From 97b7ca3ba77df7c9a4d6c392fa0d94181b9bd398 Mon Sep 17 00:00:00 2001 From: Johan Broberg Date: Wed, 3 Dec 2025 10:56:01 -0800 Subject: [PATCH] Add continue-on-error to pull request step --- .github/workflows/points.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/points.yml b/.github/workflows/points.yml index 77f8816b..c87cdace 100644 --- a/.github/workflows/points.yml +++ b/.github/workflows/points.yml @@ -61,6 +61,7 @@ jobs: - name: Create Pull Request if: steps.assign_points.outputs.exit_code == '0' uses: peter-evans/create-pull-request@v6 + continue-on-error: true with: token: ${{ secrets.GITHUB_TOKEN }} add: 'leaderboard.json,LEADERBOARD.md' @@ -79,4 +80,4 @@ jobs: Please review and merge to update the leaderboard. labels: | leaderboard - automated \ No newline at end of file + automated