fix(release-gate): map canary rollback script to REL impact domain
Memind CI / Test, build, and release guards (push) Failing after 4m1s

rollback-portal-canary-prod.sh is part of the 103 canary workflow and must
not block impact selection when it changes alongside release scripts.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-14 22:54:26 +08:00
parent c9b2fcba87
commit a9fe3d01a7
+1 -1
View File
@@ -47,7 +47,7 @@ const CRITICAL_IMPACT_RULES = Object.freeze([
}, },
{ {
groups: ['CFG', 'REL'], groups: ['CFG', 'REL'],
pattern: /^(?:release-gate\/|scripts\/(?:build-portal-runtime|check-release-ready|release-|run-release-gate|verify-release-gate|verify-canary-))/i, pattern: /^(?:release-gate\/|scripts\/(?:build-portal-runtime|check-release-ready|release-|rollback-portal-canary-prod|run-release-gate|verify-release-gate|verify-canary-))/i,
}, },
{ {
groups: ['AGENT', 'CFG', 'REL'], groups: ['AGENT', 'CFG', 'REL'],