gitea/services/actions
Jason Song d92909fa8b
Treat PRs with agit flow as fork PRs when triggering actions. (#23884)
There is no fork concept in agit flow, anyone with read permission can
push `refs/for/<target-branch>/<topic-branch>` to the repo. So we should
treat it as a fork pull request because it may be from an untrusted
user.
2023-04-06 16:57:30 -04:00
..
clear_tasks.go Refactor commit status for Actions jobs (#23786) 2023-03-29 11:27:37 -04:00
commit_status.go Refactor commit status for Actions jobs (#23786) 2023-03-29 11:27:37 -04:00
init.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
job_emitter.go Refactor commit status for Actions jobs (#23786) 2023-03-29 11:27:37 -04:00
job_emitter_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
notifier.go Fix incorrect `HookEventType` of pull request review comments (#23650) 2023-03-24 13:13:04 +08:00
notifier_helper.go Treat PRs with agit flow as fork PRs when triggering actions. (#23884) 2023-04-06 16:57:30 -04:00