bot blacklist

This commit is contained in:
Michel Roegl-Brunner 2026-06-16 13:01:26 +02:00
parent e60c1f31c2
commit 29c25a0ab8

View file

@ -28,6 +28,7 @@ jobs:
const allowedBots = [
"push-app-to-main[bot]",
"push-app-to-main",
"community-scripts-pr-app"
];
if (allowedBots.includes(author)) {