This commit is contained in:
kjeld Schouten-Lebbing
2022-03-31 20:22:03 +02:00
parent 50c0bdbb22
commit 84120b50a6
5 changed files with 59 additions and 26 deletions
@@ -0,0 +1,11 @@
---
name: "Schedule: Sync labels"
on: # yamllint disable-line rule:truthy
workflow_dispatch:
schedule:
- cron: "0 * * * *"
jobs:
labels:
uses: truecharts/.github/.github/workflows/schedule-sync-labels.yaml@main