Skip to content

Commit 51c8f6a

Browse files
fix: add dependabot to ai-moderator skip-bots (#314)
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) Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
1 parent ef4eb30 commit 51c8f6a

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)