Skip to content

Sync labels

Sync labels #5

Workflow file for this run

name: Sync labels
on:
workflow_dispatch:
permissions:
issues: write
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EndBug/label-sync@v2
with:
config-file: ./.github/labels.json
delete-other-labels: true
token: ${{ secrets.GITHUB_TOKEN }}