fix(release-gate): map page-template and admin-server impact paths
Memind CI / Test, build, and release guards (push) Failing after 7m22s
Memind CI / Test, build, and release guards (push) Failing after 7m22s
Unblock production Gate selection for the page template catalog and SEO release. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -72,7 +72,9 @@ const IMPACT_RULES = Object.freeze([
|
||||
{ groups: ['DATA'], pattern: /(?:page-data|dataset|page-policy)/i },
|
||||
{ groups: ['WX'], pattern: /(?:wechat|weixin|wx-)/i },
|
||||
{ groups: ['BILL'], pattern: /(?:billing|payment|charge|balance|subscription)/i },
|
||||
{ groups: ['BILL'], pattern: /(?:^admin-(?:bootstrap|routes)\.mjs$)/i },
|
||||
{ groups: ['BILL'], pattern: /(?:^admin-(?:bootstrap|routes|server)\.mjs$)/i },
|
||||
{ groups: ['MS', 'PAGE', 'AGENT'], pattern: /(?:page-template|static-page-publish)/i },
|
||||
{ groups: ['MS', 'AGENT'], pattern: /scripts\/(?:verify-template|bootstrap-premium-page-templates)/i },
|
||||
{ groups: ['PLAZA'], pattern: /(?:^|\/)plaza/i },
|
||||
{ groups: ['SCHED'], pattern: /(?:schedule|scheduler|reminder|cron)/i },
|
||||
{ groups: ['SEARCH'], pattern: /(?:search|weather|market|news-provider)/i },
|
||||
|
||||
Reference in New Issue
Block a user