--- # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json name: Sync labels on: push: branches: - main paths: - .github/labels.yml schedule: - cron: "34 5 * * *" workflow_call: workflow_dispatch: permissions: read-all jobs: sync-labels: runs-on: ubuntu-latest permissions: issues: write steps: - uses: ivuorinen/actions/sync-labels@0fa9a68f07a1260b321f814202658a6089a43d42 # v2025.10.26