From aa7fbc67fce41a6d7d3004ab7dfb0f12d4ea2c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Sun, 3 Nov 2024 16:37:43 -0400 Subject: [PATCH] Update main.ts Made no sense to include it in the first place --- src/main.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 01db969..2bd9005 100644 --- a/src/main.ts +++ b/src/main.ts @@ -65,8 +65,7 @@ async function run(): Promise { 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; }