Skip to content

Commit

Permalink
Ignore dependabot branches in PR labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Nov 25, 2024
1 parent 2ef79b4 commit 343543c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ run-name: PR Labeler ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted
on:
pull_request:
types: opened
branches-ignore:
- 'dependabot/**'

defaults:
run:
Expand Down

0 comments on commit 343543c

Please sign in to comment.