0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-04 12:50:38 -05:00
forgejo/models
Earl Warren 66c85b7d8b
fix: Actions PR workflows must update the commit status
When a workflow has

on:
  pull_request:
    types:
      - labeled
      - unlabeled

The outcome of the workflow (success or failure) must be associated
with the head sha commit status. Otherwise it cannot be used as a
requirement for merging the pull request (branch protections).
2024-11-04 11:27:14 +01:00
..
actions fix: Actions PR workflows must update the commit status 2024-11-04 11:27:14 +01:00
activities tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
admin
asymkey
auth tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
avatars
db
dbfs
fixtures tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
forgefed
forgejo/semver tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
forgejo_migrations Add branch auto deletion for scheduled PRs 2024-10-31 03:49:15 +01:00
git tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
issues chore: fix some function names in comment (#32300) 2024-10-27 10:35:48 +01:00
migrations
organization tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
packages tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
perm tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
project
pull Add branch auto deletion for scheduled PRs 2024-10-31 03:49:15 +01:00
quota
repo Merge pull request 'feat: Add Search to Releases Page' (#5777) from JakobDev/forgejo:releasesearch into forgejo 2024-11-02 22:33:30 +00:00
secret
shared/types
system tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
unit
unittest
user Merge pull request 'fix: use ValidateEmail as binding across web forms' (#5158) from solomonv/consolidate-email-validation into forgejo 2024-10-21 14:31:32 +00:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go
repo_transfer_test.go