chore: update labels

This commit is contained in:
CrazyMax
2023-09-03 17:55:52 +02:00
parent 2409e442cb
commit 5ab3223647
3 changed files with 82 additions and 80 deletions

View File

@@ -11,6 +11,10 @@ on:
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
pull_request:
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
jobs:
labeler:
@@ -22,3 +26,5 @@ jobs:
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4
with:
dry-run: ${{ github.event_name == 'pull_request' }}