From 9d81c36d9811916ec960a11e9afa757ddd3ef568 Mon Sep 17 00:00:00 2001 From: Felix <188768+fb55@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:04:19 +0000 Subject: [PATCH] chore(sponsors): Ignore errors when creating PR This is throwing when no changes were made, which can be ignored. --- .github/workflows/sponsors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 15a22967ac..9861f535fc 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -41,6 +41,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v5 + continue-on-error: true with: commit-message: 'docs(readme): Update Sponsors' title: Update Sponsors