Skip to content

Fill in template

Fill in template #1

Workflow file for this run

name: Sync labels
on:
push:
branches: develop
paths:
- .github/labels.yml
workflow_dispatch:
permissions:
issues: write
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: .github/labels.yml
- uses: EndBug/label-sync@v2
with:
config-file: .github/labels.yml