Skip to content

Sync labels

Sync labels #374

Workflow file for this run

name: Sync labels
on:
workflow_dispatch:
schedule:
# Run at the end of the day (most likely UTC)
- cron: "0 0 * * *"
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: EndBug/label-sync@v2.3.3
with:
config-file: |
https://raw.github.com/WormieCorp/.github/master/.github/labels.yml
request-token: ${{ secrets.GH_PAT }}
delete-other-labels: true
dry-run: false
token: ${{ secrets.GH_PAT }}