From ba45ceee20f218cd6e032bd6d5cfeba67c318f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20P=C3=B6schl?= Date: Sun, 15 Sep 2024 21:27:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20label=20sync=20to=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/labels.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/labels.yaml diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml new file mode 100644 index 0000000..b0d4dd7 --- /dev/null +++ b/.github/workflows/labels.yaml @@ -0,0 +1,11 @@ +name: Sync labels + +# yamllint disable-line rule:truthy +on: + schedule: + - cron: "0 0 * * SUN" + workflow_dispatch: + +jobs: + workflows: + uses: Poeschl-HomeAssistant-Addons/workflows/.github/workflows/labels.yaml@main