Skip to content

first commit

first commit #1

Workflow file for this run

name: sync labels
on:
push:
branches:
- main
paths:
- .github/labels.yml
workflow_dispatch: {}
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EndBug/label-sync@v2
with:
config-file: .github/labels.yml
delete-other-labels: true