Update trigger-ci-workflows.sh to match current workflows#490
Merged
Conversation
Remove the IMPROVERS category (all 7 workflows have been phased out and their trigger files deleted). Replace with a FIXERS category containing the 2 remaining scheduled fixer workflows (Refactor Opportunist, Stale Issues Remediator). Add 6 missing detectors: Autonomy Atomicity Analyzer, Framework Best Practices, Information Architecture, Prompt Audit, UX Design Patrol, and rename Stale Issues → Stale Issues Investigator. Fix MONITORS: remove 3 dead entries (Agent Deep Dive, Agent Efficiency, Release Update Check), correct Downstream Health name to Estc Downstream Health, add Product Manager Impersonator. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request refactors scripts/trigger-ci-workflows.sh to replace the IMPROVERS category with FIXERS throughout the workflow triggering infrastructure. Changes include updating the FIXERS array declaration, modifying ALL_CATEGORIES to use detectors, fixers, and monitors, adjusting function mappings in get_workflows, and updating command-line parsing and error messages to reference the new category. Total dispatch accounting is also updated accordingly. Possibly related PRs
✨ 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.
Summary
Stale Issues→Stale Issues InvestigatorDownstream Health→Estc Downstream Health, add Product Manager ImpersonatorTest plan
./scripts/trigger-ci-workflows.sh --listshows all 19 scheduled workflows across 3 categories./scripts/trigger-ci-workflows.sh --dry-runcompletes without errors.github/workflows/trigger-*.yml🤖 Generated with Claude Code