Merge branch 'master' of github.com:BlueWallet/GlaDOS
This commit is contained in:
commit
0aed8e72f9
@ -65,7 +65,8 @@ async function run(): Promise<void> {
|
||||
for (const label of pr.labels) {
|
||||
if (
|
||||
label.name.toUpperCase().startsWith("DO NOT MERGE") ||
|
||||
label.name.toUpperCase().startsWith("WIP")
|
||||
label.name.toUpperCase().startsWith("WIP") ||
|
||||
label.name.toUpperCase().startsWith("TESTFLIGHT")
|
||||
) {
|
||||
thereAreBlockerLabels = true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user