--- name: Sync labels # yamllint disable-line rule:truthy on: push: branches: - main paths: - .github/labels.yml schedule: - cron: "34 5 * * *" workflow_call: workflow_dispatch: permissions: issues: write jobs: SyncLabels: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ivuorinen/actions/sync-labels@dc85cef1c285edd3d2edcb4a7c82bdd08ccc7c56 # v2026.03.20 with: labels: .github/labels.yml token: ${{ secrets.GITHUB_TOKEN }}