forgejo/services/actions
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
..
auth.go
auth_test.go
cleanup.go
clear_tasks.go
commit_status.go fix: Actions PR workflows must update the commit status 2024-11-04 11:27:14 +01:00
init.go
interface.go
job_emitter.go
job_emitter_test.go
main_test.go
notifier.go
notifier_helper.go
notifier_helper_test.go
rerun.go
rerun_test.go
schedule_tasks.go
variables.go
workflows.go