Skip to content

Lock file maintenance (#687) #1482

Lock file maintenance (#687)

Lock file maintenance (#687) #1482

name: Automatic PR Updater
"on":
push: ~
jobs:
pr-auto-update:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- id: generate-token
name: Generate Access Token
uses: actions/create-github-app-token@v2
with:
app-id: ${{vars.PR_AUTO_UPDATE_CLIENT_ID}}
private-key: ${{secrets.PR_AUTO_UPDATE_PRIVATE_KEY}}
- uses: CSSUoB/[email protected]
env: # yamllint disable-line rule:key-ordering
GITHUB_TOKEN: ${{steps.generate-token.outputs.token}}
MERGE_CONFLICT_ACTION: label
MERGE_CONFLICT_LABEL: conflict
PR_FILTER: labelled
PR_LABELS: sync