Skip to content

Sync labels

Sync labels #357

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/[email protected]
- uses: EndBug/[email protected]
with:
config-file: |
https://raw.githubusercontent.com/WormieCorp/.github/master/.github/labels.yml
request-token: ${{ secrets.GH_PAT }}
delete-other-labels: true
dry-run: false
token: ${{ secrets.GH_PAT }}