Skip to content

Deprecate auto-run paths for Matt Skills Reviewer and Design Decision Gate to stop chronic failure-issue churn - #48730

Closed
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/deep-report-fix-workflow-failures
Closed

Deprecate auto-run paths for Matt Skills Reviewer and Design Decision Gate to stop chronic failure-issue churn#48730
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/deep-report-fix-workflow-failures

Conversation

Copilot AI commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Both workflows were generating near-daily, low-signal auto-filed failure issues without converging on a durable runtime fix. This change takes the explicit deprecation path for autonomous PR-time execution, preserving on-demand usage while removing the failure-issue feedback loop.

  • Scope: explicit deprecation of autonomous execution

    • Removed on.pull_request triggers from:
      • mattpocock-skills-reviewer.md
      • design-decision-gate.md
    • Kept manual entry points (slash_command, and existing workflow_dispatch where present).
    • Updated workflow descriptions to mark these as deprecated auto-run paths / manual-only.
  • Failure churn control

    • Set safe-outputs.report-failure-as-issue: false in both workflows to stop auto-creating recurring transient issues.
  • Generated workflow alignment

    • Recompiled workflow markdown so lockfiles and centralized command routing reflect source changes:
      • design-decision-gate.lock.yml
      • mattpocock-skills-reviewer.lock.yml
      • agentic_commands.yml
on:
  slash_command:
    name: matt
safe-outputs:
  report-failure-as-issue: false

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for working on this, @pelikhan 👋 — this PR tackles an important issue with chronic workflow failures (#48671) that's been impacting agent quality scores and creating daily churn.

A few notes as this WIP develops:

  • This is a core-team agentic workflow PR, so it correctly follows the project's contribution model. Community members would create a detailed issue plan instead; you've properly used an agent to act on it.
  • No changes yet — The checklist shows investigation and remediation steps in flight. Once code/workflow changes land, reviewers will want to verify that changes are minimal and focused on stopping the chronic failures (either through a targeted fix or an explicit deprecation decision).
  • Testing approach — Since this involves workflow/infrastructure changes, consider whether any new validation steps or integration checks are needed to prevent future churn.

Looks like you're on track — keep pushing the updates! 🚀

Generated by ✅ Contribution Check · sonnet50 · 50.6 AIC · ⌖ 12.1 AIC · ⊞ 8.3K ·

Copilot AI changed the title [WIP] Investigate and resolve chronic failures in workflows Deprecate auto-run paths for Matt Skills Reviewer and Design Decision Gate to stop chronic failure-issue churn Jul 28, 2026
Copilot AI requested a review from pelikhan July 28, 2026 21:26
@pelikhan pelikhan closed this Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deep-report] Root-cause chronic daily failures in Matt Pocock Skills Reviewer and Design Decision Gate workflows

2 participants