You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/actions
Zettat123 a42a838843
Fix `ref` for workflows triggered by `pull_request_target` (#25743)
Follow #25229

At present, when the trigger event is `pull_request_target`, the `ref`
and `sha` of `ActionRun` are set according to the base branch of the
pull request. This makes it impossible for us to find the head branch of
the `ActionRun` directly. In this PR, the `ref` and `sha` will always be
set to the head branch and they will be changed to the base branch when
generating the task context.
1 year ago
..
clear_tasks.go Fix content holes in Actions task logs file (#25560) 1 year ago
commit_status.go Handle canceled workflow as a warning instead of a fail (#24282) 1 year ago
init.go Improve queue and logger context (#24924) 1 year ago
job_emitter.go Rewrite queue (#24505) 1 year ago
job_emitter_test.go Implement actions (#21937) 1 year ago
notifier.go Fix `Permission` in API returned repository struct (#25388) 1 year ago
notifier_helper.go Fix `ref` for workflows triggered by `pull_request_target` (#25743) 1 year ago