chore: sync agents-guard.js to allow Wave 0 deprecated removals - #690
Closed
stranske wants to merge 1 commit into
Closed
chore: sync agents-guard.js to allow Wave 0 deprecated removals#690stranske wants to merge 1 commit into
stranske wants to merge 1 commit into
Conversation
Adds the 4 deprecated template workflows from Workflows PR #1993 (agents-autofix-loop, agents-bot-comment-handler, agents-keepalive-loop, agents-verify-to-issue-v2) to ALLOW_REMOVED_PATHS so the upcoming sync PRs can land their deletions cleanly.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Agents Guard logic to permit removal of additional deprecated workflow template files, aligning this repo with the upstream Workflows change set so Wave 0 cleanup PRs can pass the Health 45 guard.
Changes:
- Expanded the
ALLOW_REMOVED_PATHSallowlist to include deprecated consumer-template workflows slated for removal after the 2026-02-15 deadline.
Comment on lines
32
to
+40
| // 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', |
Owner
Author
|
Closing — superseded by Workflows commit d9a92a4f which lockstep-updated |
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
.github/scripts/agents-guard.jsfrom Workflows PR #2007: fix(guard): allow Wave 0 deprecated-workflow removals through Health 45 guard Workflows#2007Test plan
Manual: confirm the agents-guard check passes by re-running the guard on this PR