Files
f2b/.github/workflows/sync-labels.yml
renovate[bot] eee5f81643 chore(actions): update ivuorinen/actions action (v2026.03.09 → v2026.03.11) (#138)
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-16 13:03:12 +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@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11