|
83 | 83 | { |
84 | 84 | "class": "billing", |
85 | 85 | "tier": "R3", |
86 | | - "why": "billing / credits — money moves", |
| 86 | + "why": "billing / credits — money moves. Scoped to the application source tree: an unscoped **/ token glob matched the marketing site, e2e specs, PNG snapshots, stories, locale files and docs on filename characters alone", |
87 | 87 | "paths": [ |
88 | | - "**/billing/**", |
89 | | - "**/pricing/**", |
90 | | - "**/credits/**", |
91 | | - "**/subscription/**", |
92 | | - "**/*billing*", |
93 | | - "**/*Billing*", |
94 | | - "**/*subscription*", |
95 | | - "**/*Subscription*", |
96 | | - "**/*credit*", |
97 | | - "**/*Credit*", |
98 | | - "**/*price*", |
99 | | - "**/*Price*", |
100 | | - "**/*pricing*", |
101 | | - "**/*Pricing*" |
| 88 | + "src/**/billing/**", |
| 89 | + "src/**/pricing/**", |
| 90 | + "src/**/credit/**", |
| 91 | + "src/**/credits/**", |
| 92 | + "src/**/subscription/**", |
| 93 | + "src/**/*TopUp*.vue", |
| 94 | + "src/platform/**/*billing*", |
| 95 | + "src/platform/**/*Billing*", |
| 96 | + "src/platform/**/*subscription*", |
| 97 | + "src/platform/**/*Subscription*", |
| 98 | + "src/platform/**/*credit*", |
| 99 | + "src/platform/**/*Credit*", |
| 100 | + "src/platform/**/*price*", |
| 101 | + "src/platform/**/*Price*", |
| 102 | + "src/platform/**/*pricing*", |
| 103 | + "src/platform/**/*Pricing*", |
| 104 | + "src/stores/*billing*", |
| 105 | + "src/stores/*Billing*", |
| 106 | + "src/stores/*credit*", |
| 107 | + "src/stores/*Credit*", |
| 108 | + "src/services/*billing*", |
| 109 | + "src/services/*Billing*", |
| 110 | + "src/services/*credit*", |
| 111 | + "src/services/*Credit*", |
| 112 | + "src/config/*billing*", |
| 113 | + "src/config/*Billing*", |
| 114 | + "src/config/*credit*", |
| 115 | + "src/config/*Credit*", |
| 116 | + "src/config/*price*", |
| 117 | + "src/config/*Price*", |
| 118 | + "src/config/*pricing*", |
| 119 | + "src/config/*Pricing*", |
| 120 | + "src/config/*subscription*", |
| 121 | + "src/config/*Subscription*" |
102 | 122 | ] |
103 | 123 | }, |
104 | 124 | { |
|
198 | 218 | "packages/**" |
199 | 219 | ] |
200 | 220 | }, |
| 221 | + { |
| 222 | + "class": "website", |
| 223 | + "tier": "R2", |
| 224 | + "why": "the marketing site is production and had no rule at all — but it is copy and layout, so it cannot corrupt a saved workflow or move money", |
| 225 | + "paths": ["apps/website/**"] |
| 226 | + }, |
201 | 227 |
|
202 | 228 | { |
203 | 229 | "class": "docs", |
|
0 commit comments