Manage labels #312
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: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
labeler: | |
name: "Labeler" | |
runs-on: "ubuntu-latest" | |
steps: | |
- name: "⤵️ Check out code from GitHub" | |
uses: "actions/checkout@v4" | |
- name: "\U0001F680 Run Labeler" | |
uses: "crazy-max/ghaction-github-labeler@v5" | |
with: | |
skip-delete: false |