We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87ef8e commit 677a05cCopy full SHA for 677a05c
1 file changed
src/.claude/settings.json
@@ -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