Skip to content

Commit

Permalink
adding New Feature without the hyphen character for valid check (#3355)
Browse files Browse the repository at this point in the history
* adding New Feature without the hyphen character for a valid check

* adding to the description

* fix for copy/pasting extra paren
  • Loading branch information
v-mserdar authored Jun 16, 2023
1 parent 5ebc805 commit d6ef034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
labels.includes("Bug") == false &&
labels.includes("Dependencies") == false &&
labels.includes("Enhancement") == false &&
labels.includes("New Feature") == false &&
labels.includes("New-Feature") == false) {
errors += '- Tag the PR with the type of update: **Bug**, **Build**, **Dependencies**, **Enhancement**, **New-Feature** or **Documentation**. \n';
errors += '- Tag the PR with the type of update: **Bug**, **Build**, **Dependencies**, **Enhancement**, **New Feature**, **New-Feature** or **Documentation**. \n';
}
if(labels.includes("Open source") == false &&
Expand Down

0 comments on commit d6ef034

Please sign in to comment.