From 29c25a0ab8abc5068ec429c05571e48533ec4456 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 16 Jun 2026 13:01:26 +0200 Subject: [PATCH] bot blacklist --- .github/workflows/close-new-script-prs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close-new-script-prs.yml b/.github/workflows/close-new-script-prs.yml index d3541e21b..d7b6d2458 100644 --- a/.github/workflows/close-new-script-prs.yml +++ b/.github/workflows/close-new-script-prs.yml @@ -28,6 +28,7 @@ jobs: const allowedBots = [ "push-app-to-main[bot]", "push-app-to-main", + "community-scripts-pr-app" ]; if (allowedBots.includes(author)) {