Skip to content

ci(labeler): add

ci(labeler): add #7

Workflow file for this run

name: Sync labels
on:
workflow_dispatch:
push:
branches:
- main
paths:
- .github/labels.yaml
jobs:
labels:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: EndBug/label-sync@v2
with:
config-file: .github/labels.yaml
delete-other-labels: true