Skip to content

Commit

Permalink
Merge pull request #769 from canton7/feature/labeller-filter
Browse files Browse the repository at this point in the history
Don't run the labeller on every single push
  • Loading branch information
canton7 authored Feb 3, 2025
2 parents 322fca7 + 9b0cec1 commit 385beb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main
- master
paths:
- .github/labels.yml
pull_request:
paths:
- .github/labels.yml

jobs:
labeler:
Expand All @@ -18,3 +23,4 @@ jobs:
uses: crazy-max/[email protected]
with:
skip-delete: true
dry-run: ${{ github.event_name == 'pull_request' }}

0 comments on commit 385beb0

Please sign in to comment.