mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
18 lines
417 B
YAML
18 lines
417 B
YAML
name: Update pull request branches
|
|
|
|
on:
|
|
push: {}
|
|
|
|
jobs:
|
|
update-pr-branches:
|
|
permissions: write-all
|
|
name: Update pull request branches
|
|
runs-on: ubuntu-22.04
|
|
steps:
|
|
- uses: chinthakagodawita/autoupdate@0707656cd062a3b0cf8fa9b2cda1d1404d74437e
|
|
env:
|
|
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
|
MERGE_CONFLICT_ACTION: 'ignore'
|
|
continue-on-error: true
|
|
|