Skip to content

Commit 2ac88e9

Browse files
committed
fix: add dependabot to ai-moderator skip-bots
Dependabot uses GitHub App permissions (`permission: none`), so the role-based `skip-roles` check doesn't catch it. Add `dependabot` to `skip-bots` to prevent unnecessary moderator runs on Dependabot PRs. (claude)
1 parent 11c9a2c commit 2ac88e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/ai-moderator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
types: [opened]
1414
forks: "*"
1515
skip-roles: [admin, maintainer, write, triage]
16-
skip-bots: [github-actions, copilot]
16+
skip-bots: [github-actions, copilot, dependabot]
1717

1818
rate-limit:
1919
max: 5

0 commit comments

Comments
 (0)