Merge branch 'master' of github.com:BlueWallet/GlaDOS

This commit is contained in:
overtorment 2024-08-05 12:33:30 +01:00
commit 0aed8e72f9

View File

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