chore: sync agents-guard.js to allow Wave 0 deprecated removals - #959
Closed
stranske wants to merge 1 commit into
Closed
chore: sync agents-guard.js to allow Wave 0 deprecated removals#959stranske 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
This PR updates the Health 45 agents guard script to align with the upstream Workflows repo, allowing removal of additional deprecated “Wave 0” consumer workflow templates so upcoming workflow sync PRs can delete stale files without being blocked.
Changes:
- Expands
ALLOW_REMOVED_PATHSin.github/scripts/agents-guard.jsto include additional deprecated workflow template filenames. - Documents the Wave 0 cleanup intent and deprecation deadline context alongside the allowlist entries.
Comment on lines
+35
to
+40
| // 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