diff --git a/.github/workflows/changelog-pr.yaml b/.github/workflows/changelog-pr.yaml index 8933bb5..d46c159 100644 --- a/.github/workflows/changelog-pr.yaml +++ b/.github/workflows/changelog-pr.yaml @@ -108,7 +108,7 @@ jobs: for (const pr of filteredPRs) { 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"); const scriptName = pr.title; try {