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/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.
1 year ago
..
run.go Treat PRs with agit flow as fork PRs when triggering actions. (#23884) 1 year ago
run_job.go Implement actions (#21937) 1 year ago
run_job_list.go Implement actions (#21937) 1 year ago
run_list.go Require approval to run actions for fork pull request (#22803) 1 year ago
runner.go Display the version of runner in the runner list (#23490) 1 year ago
runner_list.go Implement actions (#21937) 1 year ago
runner_token.go Implement actions (#21937) 1 year ago
status.go Require approval to run actions for fork pull request (#22803) 1 year ago
task.go Avoid too long names for actions (#23162) 1 year ago
task_list.go Implement actions (#21937) 1 year ago
task_step.go Implement actions (#21937) 1 year ago
utils.go Implement actions (#21937) 1 year ago
utils_test.go Implement actions (#21937) 1 year ago