Skip to content

Commit 677a05c

Browse files
committed
feat: add settings.json for configuring permissions and actions in CI workflow
1 parent d87ef8e commit 677a05c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/.claude/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(curl -s \"https://raw.githubusercontent.com/nvuillam/github-dependents-info/main/README.md\")",
5+
"Bash(git rev-list *)",
6+
"Bash(python3 .github/scripts/inject_dependents.py --source /tmp/test-report.md --readme /tmp/test-readme.md --top 20)",
7+
"Bash(sed -n '/gh-dependents-info-list-start/,/gh-dependents-info-list-end/p' /tmp/test-readme.md)",
8+
"Bash(git add *)",
9+
"Bash(git commit -q -m 'fix\\(ci\\): stop dependents action clobbering README; inject top dependents with avatars *)",
10+
"Bash(git fetch *)"
11+
]
12+
}
13+
}

0 commit comments

Comments
 (0)