From 73ff2f3d1ccc6ce799a39456e2cd04fc06d6aaba Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sat, 21 Jun 2025 23:39:39 +0200 Subject: [PATCH] add continue-on-error --- .github/workflows/ai_pr_title_review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ai_pr_title_review.yml b/.github/workflows/ai_pr_title_review.yml index 497637d92..5cf6c89e6 100644 --- a/.github/workflows/ai_pr_title_review.yml +++ b/.github/workflows/ai_pr_title_review.yml @@ -155,6 +155,7 @@ jobs: - name: Post comment on PR if needed if: steps.actor.outputs.is_repo_dev == 'true' uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + continue-on-error: true with: github-token: ${{ steps.setup-bot.outputs.token }} script: |