|
1 | 1 | { |
2 | 2 | "permissions": { |
3 | 3 | "allow": [ |
4 | | - "Bash(gh pr view 186 --json title,body,comments,reviews,state,author,createdAt,updatedAt,files)", |
5 | | - "Bash(gh pr diff 186 --patch)", |
6 | | - "Bash(cat package.json)", |
7 | | - "WebFetch(domain:github.com)", |
8 | | - "Bash(npm view gh-pages@6.1.1)", |
9 | 4 | "Bash(npm test)", |
10 | 5 | "Bash(npm run build)", |
11 | | - "Bash(node src/dist/angular-cli-ghpages --dry-run --dir=custom/dist)", |
12 | | - "Bash(npm test -- builder-passthrough.spec.ts)", |
13 | | - "Bash(rm -rf commander-v3)", |
14 | | - "Bash(git clone --depth 1 --branch v3.0.0 https://github.com/tj/commander.js.git commander-v3)", |
15 | | - "Read(//tmp/commander-v3/**)", |
16 | | - "Bash(mkdir -p /Users/johanneshoppe/Work/angular-schule/angular-cli-ghpages/commander-fork)", |
17 | | - "Bash(node -e \"console.log(require.resolve(''../commander-fork''))\")", |
18 | | - "Bash(node angular-cli-ghpages --version)", |
19 | | - "Bash(node angular-cli-ghpages --help)", |
20 | | - "Bash(./angular-cli-ghpages --version)", |
21 | | - "Bash(npm test -- commander-fork)", |
22 | | - "Bash(npm test -- commander-fork/test)", |
23 | | - "Bash(timeout 30 npm test)", |
24 | 6 | "Bash(git log:*)", |
25 | 7 | "Bash(npm test:*)", |
26 | 8 | "Bash(gh issue view:*)", |
27 | 9 | "WebSearch", |
28 | | - "Bash(npm ls:*)", |
29 | | - "Bash(find:*)", |
30 | 10 | "Bash(gh pr view:*)", |
31 | 11 | "Bash(gh pr diff:*)", |
32 | | - "Bash(cat:*)", |
33 | | - "Bash(npm view:*)", |
34 | | - "WebFetch(domain:raw.githubusercontent.com)", |
35 | | - "Bash(gh pr list:*)", |
36 | | - "Bash(git add:*)", |
37 | | - "WebFetch(domain:angular.dev)", |
38 | | - "WebFetch(domain:v19.angular.dev)", |
39 | | - "WebFetch(domain:v18.angular.dev)", |
40 | | - "WebFetch(domain:www.npmjs.com)" |
| 12 | + "Bash(git add:*)" |
41 | 13 | ], |
42 | 14 | "deny": [], |
43 | 15 | "ask": [] |
|
0 commit comments