1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-28 22:25:47 +00:00
gitea/services/actions
Zettat123 48e5a74f21
Support pull_request_target event (#25229)
Fix #25088

This PR adds the support for
[`pull_request_target`](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target)
workflow trigger. `pull_request_target` is similar to `pull_request`,
but the workflow triggered by the `pull_request_target` event runs in
the context of the base branch of the pull request rather than the head
branch. Since the workflow from the base is considered trusted, it can
access the secrets and doesn't need approvals to run.
2023-06-26 14:33:18 +08:00
..
clear_tasks.go Refactor commit status for Actions jobs (#23786) 2023-03-29 11:27:37 -04:00
commit_status.go Handle canceled workflow as a warning instead of a fail (#24282) 2023-04-23 14:41:55 -04:00
init.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
job_emitter_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
job_emitter.go Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
notifier_helper.go Support pull_request_target event (#25229) 2023-06-26 14:33:18 +08:00
notifier.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00