Skip to content

Commit

Permalink
Merge pull request #66 from PHPCSStandards/feature/tweak-label-manage…
Browse files Browse the repository at this point in the history
…ment

GH Actions/label new PRs: tweak the conditions a little
  • Loading branch information
jrfnl authored Nov 10, 2023
2 parents 4ac5785 + c7f7b64 commit 3bef736
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,18 @@ labels:
files:
- "src/Standards/Zend/.*"

- label: "Type: breaking change"
draft: False
body: "x\] Breaking change"
- label: "Type: bug"
draft: False
body: ".* bug .*"
body: "x\] Bug fix"
- label: "Type: enhancement"
draft: False
body: "x\] New feature"
- label: "Type: documentation"
draft: False
body: "x\] Documentation improvement"
- label: "Type: documentation"
draft: False
files:
Expand Down

0 comments on commit 3bef736

Please sign in to comment.