Fix PR Actions Detective trigger to watch actual CI workflow names#592
Merged
Fix PR Actions Detective trigger to watch actual CI workflow names#592
Conversation
…ched workflows The trigger was configured to watch for workflows named CI, Build, and Test, but this repo's actual CI workflows are named Internal: CI and Internal: Tests. This matches the pattern already used in branch-actions-detective/example.yml. Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix PR Actions Detective to watch correct workflow names
Fix PR Actions Detective trigger to watch actual CI workflow names
Mar 7, 2026
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR updates workflow trigger configurations in two files to include "Internal: CI" and "Internal: Tests" in the Possibly related PRs
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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.
Trigger PR Actions Detectivewas not firing for this repository's CI runs because it only watchedCI,Build, andTest, while the actual workflow names areInternal: CIandInternal: Tests.What changed
gh-agent-workflows/pr-actions-detective/example.ymlto includeInternal: CIandInternal: Tests, while keeping the existing entries..github/workflows/trigger-pr-actions-detective.ymlviascripts/dogfood.shso the generated workflow reflects the same trigger list.Fixes #572
The body of this PR is automatically managed by the Trigger Update PR Body workflow.