Commit 1ce8236
committed
Remove branch protection for vwx releases
This change adapts our old branch protection rules - matching stackhpc/[vwxy]*
to instead only match stackhpc/yoga for two reasons:
1. Older releases (V/W/X) are no longer supported
2. branch protection rules with wildcard matching regularly breaks our
automation. For example, stackhpc/yoga-community files matches the
existing rules, and is a common branch name for our automation, which
can then no longer be deleted. This is a common occurance when
re-creating an existing automated PR.1 parent e2afa8b commit 1ce8236
3 files changed
Lines changed: 6 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 107 | + | |
112 | 108 | | |
113 | 109 | | |
114 | 110 | | |
| |||
128 | 124 | | |
129 | 125 | | |
130 | 126 | | |
131 | | - | |
| 127 | + | |
132 | 128 | | |
133 | 129 | | |
134 | 130 | | |
| |||
377 | 373 | | |
378 | 374 | | |
379 | 375 | | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
| 376 | + | |
385 | 377 | | |
386 | 378 | | |
387 | 379 | | |
| |||
401 | 393 | | |
402 | 394 | | |
403 | 395 | | |
404 | | - | |
| 396 | + | |
405 | 397 | | |
406 | 398 | | |
407 | 399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments