Merge pull request #1416 from UI-Lovelace-Minimalist/automated_custom… #552
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Manage labels" | |
on: | |
push: | |
# Should only run on "main" since labels on "dev" sometimes not usabele for base branch | |
branches: ["main"] | |
jobs: | |
labeler: | |
name: "Labeler" | |
runs-on: "ubuntu-latest" | |
steps: | |
- name: "⤵️ Check out code from GitHub" | |
uses: "actions/checkout@v3" | |
- name: "\U0001F680 Run Labeler" | |
uses: "crazy-max/ghaction-github-labeler@v4" | |
with: | |
skip-delete: false |