|
19 | 19 | "Bash(git describe *)", "Bash(git shortlog *)", "Bash(git rev-list *)", |
20 | 20 | "Bash(gh pr create *)", "Bash(gh pr view *)", "Bash(gh pr list *)", |
21 | 21 | "Bash(gh pr checks *)", "Bash(gh pr diff *)", "Bash(gh pr edit *)", |
22 | | - "Bash(gh pr close *)", "Bash(gh api *)", |
| 22 | + "Bash(gh pr close *)", |
23 | 23 | "Bash(gh run list *)", "Bash(gh run view *)", "Bash(gh run watch *)", |
24 | 24 | "Bash(gh issue list *)", "Bash(gh issue view *)", |
25 | 25 | "Bash(gh repo view *)", "Bash(gh release list *)", "Bash(gh release view *)", |
|
32 | 32 | ], |
33 | 33 | "deny": [ |
34 | 34 | "Bash(gh secret *)", "Bash(gh auth *)", "Bash(gh ssh-key *)", "Bash(gh gpg-key *)", |
| 35 | + "Bash(git push --force *)", "Bash(git push -f *)", |
35 | 36 | "Bash(git clean *)", "Bash(git config *)", |
36 | 37 | "Bash(*git remote add *)", "Bash(*git remote set-url *)", "Bash(*git remote remove *)", |
37 | 38 | "Bash(*git remote rename *)", "Bash(*git remote set-head *)", |
|
43 | 44 | "Bash(gh pr merge *)", "Bash(gh pr reopen *)", "Bash(gh pr comment *)", |
44 | 45 | "Bash(gh pr review *)", "Bash(gh pr ready *)", "Bash(gh workflow run *)", |
45 | 46 | "Bash(gh workflow enable *)", "Bash(gh workflow disable *)", |
| 47 | + "Bash(gh api *)", |
46 | 48 | "Bash(gh issue create *)", "Bash(gh issue comment *)", |
47 | 49 | "Bash(gh issue close *)", "Bash(gh issue edit *)", |
48 | 50 | "Bash(git init *)", "Bash(git clone *)", |
|
0 commit comments