Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 15:16:34 +01:00
parent 87f2a41625
commit 1521aaafe7

View File

@ -112,7 +112,8 @@ jobs:
console.log("Author: " ,pr.user.login);
if (pr.user.login.includes("push-app-to-main[bot]")) {
if (pr.user.login === "push-app-to-main[bot]") {
console.log("Bot detected");
const scriptName = pr.title;
try {
const { data: relatedIssues } = await github.rest.issues.listForRepo({