Update main.ts
Made no sense to include it in the first place
This commit is contained in:
parent
aad98d9d43
commit
aa7fbc67fc
@ -65,8 +65,7 @@ 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("TESTFLIGHT")
|
||||
label.name.toUpperCase().startsWith("WIP")
|
||||
) {
|
||||
thereAreBlockerLabels = true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user