Skip to content

Commit

Permalink
Not adding default labels if PR is already labeled (#127)
Browse files Browse the repository at this point in the history
* Not adding default labels if PR is already labeled

* Triggering CI

* Fixing labeler condition

* Trigger CI

* Reverting changes
  • Loading branch information
NewtonSander authored Jul 25, 2023
1 parent fa858d5 commit c588a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Pull Request Labeler"

on:
pull_request:
types: [opened]
branches:
- "*"

Expand Down

0 comments on commit c588a4f

Please sign in to comment.