mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-05-17 03:50:39 +00:00
21 lines
395 B
YAML
21 lines
395 B
YAML
name: Labels
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
jobs:
|
|
sync-labels:
|
|
name: Sync Labels
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v5
|
|
with:
|
|
sparse-checkout: .github/labels.yml
|
|
|
|
- uses: EndBug/label-sync@v2
|
|
with:
|
|
config-file: .github/labels.yml
|