mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
feat: allow/disallow users to run workflows when pushing to a pull request from a fork (#9397)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9397 Reviewed-by: Lucas <sclu1034@noreply.codeberg.org> Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
This commit is contained in:
commit
ce93a16557
52 changed files with 2822 additions and 287 deletions
6
models/fixtures/action_user.yml
Normal file
6
models/fixtures/action_user.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-
|
||||
id: 1
|
||||
repo_id: 1
|
||||
user_id: 2
|
||||
trusted_with_pull_requests: true
|
||||
last_access: 1683636528
|
||||
Loading…
Add table
Add a link
Reference in a new issue