Skip to content

Commit

Permalink
Merge pull request #10894 from woocommerce/iangmaia/issue-validation-…
Browse files Browse the repository at this point in the history
…regex-fix

Tooling: fix issue labels validation
  • Loading branch information
iangmaia authored Feb 22, 2024
2 parents ca19633 + 3e051e2 commit cc11f60
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 cc11f60

Please sign in to comment.