Skip to content

Commit

Permalink
Improve matching requesting at least a character after the label type
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Feb 22, 2024
1 parent 5e01485 commit 3e051e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
uses: Automattic/dangermattic/.github/workflows/reusable-check-labels-on-issues.yml@v1.0.0
with:
label-format-list: '[
"^type: ",
"^feature: "
"^type: .+",
"^feature: .+"
]'
label-error-message: '🚫 Please add a type label (e.g. **type: enhancement**) and a feature label (e.g. **feature: stats**) to this issue.'
label-success-message: 'Thanks for reporting! 👍'
Expand Down

0 comments on commit 3e051e2

Please sign in to comment.