diff --git a/.github/workflows/validate-prs.yml b/.github/workflows/validate-prs.yml index b3b5a7908c..98c139564e 100644 --- a/.github/workflows/validate-prs.yml +++ b/.github/workflows/validate-prs.yml @@ -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 &&