--- 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@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 with: labels: .github/labels.yml token: ${{ secrets.GITHUB_TOKEN }}