forgejo/models/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
..
run.go
run_job.go
run_job_list.go
run_list.go
runner.go
runner_list.go
runner_token.go
status.go
task.go
task_list.go
task_step.go
utils.go
utils_test.go