Deactivate Dragon AI Agent GitHub Mentions workflow#658
Merged
Conversation
The upstream dragon-ai-agent actions keep failing due to configuration we can't easily change, creating noise on issues and PRs. Disable the automatic mention triggers (issues, issue_comment, pull_request, pull_request_review_comment), leaving only workflow_dispatch so the workflow no longer runs automatically. The original triggers are retained as comments to make re-enabling straightforward. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
The Dragon AI Agent GitHub Mentions workflow (
.github/workflows/ai-agent.yml) keeps failing — the upstreamdragon-ai-agent/*actions depend on configuration we can't easily change here — which creates noise on issues and PRs.This deactivates it for now by disabling the automatic triggers:
issues,issue_comment,pull_request, andpull_request_review_commenttriggers (kept as comments)workflow_dispatch, so the workflow no longer runs automaticallyThe job definitions are untouched, so re-enabling is just uncommenting the original triggers. YAML validated.
🤖 Generated with Claude Code