airi/.github/workflows/sync-labels.yml
Rin 2876817f6f
Some checks failed
CI / Check Provenance (push) Waiting to run
CI / Build Test (ui-transitions) (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Build Test (stage-tamagotchi) (push) Waiting to run
CI / Build Test (stage-web) (push) Waiting to run
CI / Build Test (ui-loading-screens) (push) Waiting to run
CI / Type Check (push) Waiting to run
Cloudflare Workers / Deploy - stage-web (push) Waiting to run
Copilot Setup Steps / copilot-setup-steps (push) Has been cancelled
Sync Labels / sync-labels (push) Has been cancelled
Update Nix pnpmDeps Hash / update (push) Has been cancelled
chore(ci): add label sync and PR triage workflows (#1575)
2026-04-05 03:11:13 +08:00

26 lines
500 B
YAML

name: Sync Labels
on:
workflow_dispatch:
push:
branches: [main]
paths:
- .github/labels.yml
- .github/workflows/sync-labels.yml
permissions:
contents: read
issues: write
jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Sync repository labels
uses: micnncim/action-label-syncer@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: .github/labels.yml