Skip to content

Update pr-auto-update.yml #3

Update pr-auto-update.yml

Update pr-auto-update.yml #3

Workflow file for this run

name: pr-auto-update
on:
push: {}
jobs:
pr-auto-update:
name: Automatic PR Updater
runs-on: ubuntu-latest
steps:
- uses: CSSUoB/pr-auto-updater@v2.0.0
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
PR_FILTER: 'labelled'
PR_LABELS: 'sync'