Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/scripts/agents-guard.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ const ALLOW_REMOVED_PATHS = new Set(
// v1 verify-to-issue workflow deprecated; v2 is the active version.
// Archived to archives/deprecated-workflows/
'.github/workflows/agents-verify-to-issue.yml',
// Wave 0 cleanup removes deprecated consumer-template workflows past the
// 2026-02-15 deprecation deadline so sync PRs can delete stale copies.
'.github/workflows/agents-autofix-loop.yml',
'.github/workflows/agents-bot-comment-handler.yml',
'.github/workflows/agents-keepalive-loop.yml',
'.github/workflows/agents-verify-to-issue-v2.yml',
Comment on lines +35 to +40
// The verify-to-new-pr autopilot bridge was collapsed into the main workflow.
'.github/workflows/agents-verify-to-new-pr-autopilot.yml',
].map((entry) => entry.toLowerCase()),
Expand Down
Loading