From 316233b16552fc2df4e7d7049aa005e96e9db23f Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Fri, 7 Mar 2025 14:05:52 -0800 Subject: [PATCH] Continue auto-update on error --- .github/workflows/auto-update.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index 8e92c4805..b60ea828a 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -5,10 +5,7 @@ on: jobs: update-pr-branches: - permissions: - contents: write - pull-requests: write - actions: write + permissions: write-all name: Update pull request branches runs-on: ubuntu-22.04 steps: @@ -16,3 +13,5 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' MERGE_CONFLICT_ACTION: 'ignore' + continue-on-error: true +