Update main.ts

Made no sense to include it in the first place
This commit is contained in:
Marcos Rodriguez Vélez 2024-11-03 16:37:43 -04:00 committed by Overtorment
parent aad98d9d43
commit aa7fbc67fc

View File

@ -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;
}