Skip to content

Create snapshot-branch.yml #121

Create snapshot-branch.yml

Create snapshot-branch.yml #121

name: Autoupdate PRs on master
on:
push:
branches:
- master
workflow_dispatch:
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: ${{ secrets.LiSA_PAT }}
MERGE_CONFLICT_ACTION: "ignore"