Update AI workflows to match upstream patterns#338
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
ApprovabilityVerdict: Needs human review Unable to check for correctness in 7641e1e. No code changes detected at You can customize Macroscope's approvability policy. Learn more. |
7641e1e to
61c41cf
Compare
Align AI GitHub Actions workflows with patterns from ai-github-actions-playground: **Updated workflows:** - PR Review: use pull_request_target, add author association check, use intensity/minimum_severity - Mention in PR/Issue: use -no-sandbox variants, remove setup-commands/messages-footer - Minimize Resolved Reviews: simplify triggers, add concurrency group - Bug Hunter, Issue Triage, Stale Issues: fix permissions, use title-prefix - Docs Drift → Docs Patrol: rename, update permissions - PR Actions Fixer → PR Actions Detective: add gate job with label check **New workflows:** - Breaking Change Detector: detect API breaking changes (valuable for library) - Duplicate Issue Detector: identify duplicate issues on open - Address PR Review Feedback: auto-fix minor bot review feedback - Refactor Opportunist: identify refactoring opportunities - Code Duplication Detector: find duplicate Python code **Removed workflows** (not in upstream): - Small Problem Fixer - Code Simplifier - Test Improvement Made-with: Cursor
61c41cf to
63434db
Compare
Summary
Changes
Updated workflows:
pull_request_targetfor security, add author association check, useintensity/minimum_severityparams-no-sandboxvariants, removesetup-commands/messages-footerpull_request_review, add concurrency grouptitle-prefixNew workflows:
Removed workflows (not in upstream):
Test plan
/aicommandMade with Cursor
Note
Update AI GitHub Actions workflows to match upstream patterns
no-pr-actions-detectivelabel is set.pull_request_target, switch the opt-out label tono-pr-review, and applyaggressiveintensity withnitpickminimum severity.no-sandboxreusable workflow variants and removessetup-commands/messages-footerinputs across multiple workflows.minimize-resolved-reviewsto trigger only on PR review submission with concurrency control, dropping the/tidycomment gate.trigger-bug-hunterfrom write to read and replaces its inputs with atitle-prefix.Macroscope summarized 63434db.