Skip to content

Update pr-auto-update.yml #5

Update pr-auto-update.yml

Update pr-auto-update.yml #5

Workflow file for this run

name: pr-auto-update
on:
push: {}
jobs:
pr-auto-update:
name: Automatic PR Updater
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: CSSUoB/[email protected]
env:
GITHUB_TOKEN: '${{ secrets.pr-auto-updater }}'
PR_FILTER: 'labelled'
PR_LABELS: 'sync'