mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Continue auto-update on error
This commit is contained in:
parent
b41681d1e4
commit
316233b165
7
.github/workflows/auto-update.yaml
vendored
7
.github/workflows/auto-update.yaml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user