fix(release-gate): map canary rollback script to REL impact domain
Memind CI / Test, build, and release guards (push) Failing after 4m1s
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:
@@ -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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user