fix: add dependabot to AI Moderator skip-bots#314
Open
JacobPEvans wants to merge 1 commit intogithubnext:mainfrom
Open
fix: add dependabot to AI Moderator skip-bots#314JacobPEvans wants to merge 1 commit intogithubnext:mainfrom
JacobPEvans wants to merge 1 commit intogithubnext:mainfrom
Conversation
Dependabot operates as a GitHub App with `permission: none` on repositories, so the role-based `skip-roles: [admin, maintainer, write, triage]` check doesn't catch it. Every Dependabot PR was triggering a full AI moderator run unnecessarily. Adding `dependabot` to `skip-bots` alongside the existing `github-actions` and `copilot` entries prevents this. Also fix two pre-existing lint issues: MD013 line-length on the `ai-inspected` bullet and replace `tinyurl` (unknown word to cspell) with `t.co` in the short URL examples.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot has
permission: noneon repositories (GitHub App model), so the role-based skip (skip-roles: [admin, maintainer, write, triage]) doesn't catch it. This means every Dependabot PR triggers a full AI agent run unnecessarily.Adding
dependabotto the defaultskip-botslist prevents this.Note:
github-actionsandcopilotare already listed; this just adds the other common automation bot.Also fixes two pre-existing lint issues in the file:
tinyurlin the short-URL example list witht.co