fix(release-gate): map page-template and admin-server impact paths
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:
john
2026-08-10 08:07:33 +08:00
parent fde6503bdf
commit 0796a7bf22
+3 -1
View File
@@ -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 },