Files
f2b/.github/workflows/sync-labels.yml
renovate[bot] 26c4188f29 chore(deps): update ivuorinen/actions action (v2026.02.24 → v2026.02.28) (#122)
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-01 21:53:16 +02: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@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28