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 752e659 commit 98e9b2dCopy full SHA for 98e9b2d
1 file changed
.github/workflows/skip-ci.yml
@@ -45,7 +45,7 @@ jobs:
45
if: steps.check-pr.outputs.is-pr == 'true'
46
id: check_diff
47
run: |
48
- skipList=(".github/CODEOWNERS" ".prettierignore" ".github/workflows/update-deps.yml" ".github/workflows/skip-ci.yml" ".claude/settings.json")
+ skipList=(".github/CODEOWNERS" ".prettierignore" ".github/workflows/update-deps.yml" ".github/workflows/skip-ci.yml" ".claude/settings.json" "agents.toml")
49
skipRegList=("(.*/)?\.gitignore" "\.github/ISSUE_TEMPLATE.*")
50
51
for s in "${skipRegList[@]}"; do
0 commit comments