Docs: require labeler + label updates for channels/extensions

This commit is contained in:
Shadow
2026-02-09 19:06:16 -06:00
committed by quotentiroler
parent 8d75a496bf
commit 8e607d927c
4 changed files with 24 additions and 3 deletions

View File

@@ -534,7 +534,7 @@ export function isBillingErrorMessage(raw: string): boolean {
if (!value) {
return false;
}
return matchesErrorPatterns(value, ERROR_PATTERNS.billing);
}