UT #566
UT #566
1/2 Fail(s): LABEL
Status: FAIL
Here are some stats of the run:
2 validations were ran.
1 PASSED
1 FAILED
Details
❌ Validator: LABEL
- ❌ Can you please add a valid label! [One of (new-feature) / (documentation) / (bug-fixes) / (enhancement) / (needs-migration) / (packages-updated) / (miscellaneous)]
Input : do-not-merge,missing-tests,dont-test,missing-labels
Settings :{"must_include":{"regex":"(new-feature)|(documentation)|(bug-fixes)|(enhancement)|(needs-migration)|(packages-updated)|(miscellaneous)","message":"Can you please add a valid label! [One of (new-feature) / (documentation) / (bug-fixes) / (enhancement) / (needs-migration) / (packages-updated) / (miscellaneous)]"}} - ❌ This PR is work in progress. Cannot be merged yet.
Input : do-not-merge,missing-tests,dont-test,missing-labels
Settings :{"must_exclude":{"regex":"(do-not-merge)","message":"This PR is work in progress. Cannot be merged yet."}}
✔️ Validator: DESCRIPTION
- ✔️ The description is not empty
Input : ## JIRA Ticket Number
JIRA TICKET:
Description of change
(REMOVE ME) Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Checklist (OPTIONAL):
-
My code follows the style guidelines of this project
-
I have performed a self-review of my own code
-
I have commented my code, particularly in hard-to-understand areas
-
I have made corresponding changes to the documentation
-
My changes generate no new warnings
-
I have added tests that prove my fix is effective or that my feature works
-
New and existing unit tests pass locally with my changes
-
Any dependent changes have been merged and published in downstream modules
Settings : ```{"no_empty":{"enabled":true,"message":"Can you please add a description!"}}```
- ✔️ description must exclude 'do not merge'
Input : ## JIRA Ticket Number
JIRA TICKET:
Description of change
(REMOVE ME) Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Checklist (OPTIONAL):
-
My code follows the style guidelines of this project
-
I have performed a self-review of my own code
-
I have commented my code, particularly in hard-to-understand areas
-
I have made corresponding changes to the documentation
-
My changes generate no new warnings
-
I have added tests that prove my fix is effective or that my feature works
-
New and existing unit tests pass locally with my changes
-
Any dependent changes have been merged and published in downstream modules
Settings : ```{"must_exclude":{"regex":"do not merge","message":"This PR is work in progress. Cannot be merged yet."}}```