1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 19:23:58 +00:00

chore: update labels

This commit is contained in:
CrazyMax 2023-07-22 10:26:53 +02:00
parent c25f5076e5
commit 01fed7dfe0
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 83 additions and 74 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' }}