Files
f2b/.github/workflows/sync-labels.yml
renovate[bot] b8a24547a0 chore(deps): update ivuorinen/actions action (v2026.02.28 → v2026.03.02) (#130)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-07 09:47:52 +00:00

27 lines
505 B
YAML

---
# 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@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02