Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 15:20:05 +01:00
parent 04e57a0414
commit 93d63518fb

View File

@ -108,7 +108,7 @@ jobs:
for (const pr of filteredPRs) { for (const pr of filteredPRs) {
const prLabels = pr.labels.map(label => label.name.toLowerCase()); const prLabels = pr.labels.map(label => label.name.toLowerCase());
if (pr.user.login === "push-app-to-main[bot]") { if (pr.user.login.includes("push-app-to-main[bot]")) {
console.log("Bot detected"); console.log("Bot detected");
const scriptName = pr.title; const scriptName = pr.title;
try { try {