--- # 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: contents: read jobs: sync-labels: runs-on: ubuntu-latest permissions: contents: read issues: write steps: - uses: ivuorinen/actions/sync-labels@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28