Skip to content

Merge main into 479-auto-slow-mode #1030

Merge main into 479-auto-slow-mode

Merge main into 479-auto-slow-mode #1030

name: Automatic PR Updater
on:
push: {}
jobs:
pr-auto-update:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Generate Access Token
uses: actions/create-github-app-token@v2
id: generate-token
with:
app-id: ${{ vars.PR_AUTO_UPDATE_CLIENT_ID }}
private-key: ${{ secrets.PR_AUTO_UPDATE_PRIVATE_KEY }}
- uses: CSSUoB/pr-auto-updater@v2.2.4
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
PR_FILTER: 'labelled'
PR_LABELS: 'sync'
MERGE_CONFLICT_ACTION: 'label'
MERGE_CONFLICT_LABEL: 'conflict'