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