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 +