Skip to content

Commit

Permalink
👷 Add label sync to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Sep 15, 2024
1 parent 4602e4e commit ba45cee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ba45cee

Please sign in to comment.