forgejo/models/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
..
artifact.go Always update expiration time when creating an artifact (#32281) 2024-10-20 09:43:42 +02:00
forgejo.go
forgejo_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
main_test.go
run.go fix: Actions PR workflows must update the commit status 2024-11-04 11:27:14 +01:00
run_job.go
run_job_list.go
run_list.go
runner.go Clarify Actions resources ownership (#31724) 2024-08-04 18:24:10 +02:00
runner_list.go
runner_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
runner_token.go Clarify Actions resources ownership (#31724) 2024-08-04 18:24:10 +02:00
runner_token_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
schedule.go fix: don't cancel schedule workflows on push to main branch 2024-10-05 12:14:44 +02:00
schedule_list.go
schedule_spec.go Use UTC as default timezone when schedule Actions cron tasks (#31742) 2024-08-04 18:24:10 +02:00
schedule_spec_list.go
schedule_spec_test.go Use UTC as default timezone when schedule Actions cron tasks (#31742) 2024-08-04 18:24:10 +02:00
status.go
task.go Support compression for Actions logs (#31761) 2024-08-13 06:51:49 +02:00
task_list.go
task_output.go
task_step.go
tasks_version.go
utils.go
utils_test.go
variable.go Clarify Actions resources ownership (#31724) 2024-08-04 18:24:10 +02:00