Files
business-data-fetcher/.github/workflows/sync-labels.yml
renovate[bot] 5ed216871e chore(actions): update ivuorinen/actions action (v2026.03.05 → v2026.03.11) (#16)
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-13 01:00:15 +00:00

28 lines
576 B
YAML

---
name: Sync labels
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
paths:
- .github/labels.yml
schedule:
- cron: "34 5 * * *"
workflow_call:
workflow_dispatch:
permissions:
issues: write
jobs:
SyncLabels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ivuorinen/actions/sync-labels@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
with:
labels: .github/labels.yml
token: ${{ secrets.GITHUB_TOKEN }}