Skip to content

Commit

Permalink
GH Actions/label new PRs: tweak the conditions a little
Browse files Browse the repository at this point in the history
... to prevent running into a bug which I've reported to the action runner: srvaroa/labeler#104

The default pull request template contain a categorization section anyway (which is not typically used for maintainer PRs), so let's use that section to auto-label the "Type" for new PRs.
  • Loading branch information
jrfnl committed Nov 10, 2023
1 parent 4ac5785 commit c7f7b64
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 c7f7b64

Please sign in to comment.