Continue auto-update on error

This commit is contained in:
Konstantin Wohlwend 2025-03-07 14:05:52 -08:00
parent b41681d1e4
commit 316233b165

View File

@ -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