--- # 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@4a3c30ccebee01186fd6a6e7e7b6e1fb07b81289 # 25.9.21