diff --git a/.github/workflows/changelog-pr.yaml b/.github/workflows/changelog-pr.yaml index b18bd7b..22162b8 100644 --- a/.github/workflows/changelog-pr.yaml +++ b/.github/workflows/changelog-pr.yaml @@ -114,7 +114,6 @@ jobs: if (pr.user.login.includes("push-app-to-main[bot]")) { console.error("PR created by push-to-main-app"); const scriptName = pr.title; - continue; try { const { data: relatedIssues } = await github.rest.issues.listForRepo({