Remove CodeQL schedule #213
Merged
Mergeable / Mergeable
failed
Jan 19, 2024 in 35s
1/3 Fail(s): DESCRIPTION
Status: FAIL
Here are some stats of the run:
3 validations were ran.
2 PASSED
1 FAILED
Details
✔️ Validator: TITLE
- ✔️ title must exclude '^([wip]|wip:)'
Input : Remove CodeQL schedule
Settings :{"must_exclude":{"regex":"^(\\[wip\\]|wip:)","message":"WIP tag in PR title"}}
✔️ Validator: LABEL
- ✔️ label must exclude 'wip'
Input :
Settings :{"must_exclude":{"regex":"wip","message":"WIP label on PR"}}
❌ Validator: DESCRIPTION
- ✔️ The description is not empty
Input : | Q | A
| --------------- | ---
| Bug fix? | no/yes
| New feature? | no/yes
| API breaks? | no/yes
| Deprecations? | no/yes
| Related tickets | fixes #X, partially #Y, mentioned in #Z
| License | Apache 2.0
What's in this PR?
Why?
Additional context
Checklist
- Code meets the Developer Guide
- User guide and development docs updated (if needed)
- Related Helm chart(s) updated (if needed)
To Do
-
If the PR is not complete but you want to discuss the approach, list what remains to be done here
Settings : ```{"no_empty":{"enabled":true,"message":"Description matter and should not be empty. Provide detail with **what** was changed, **why** it was changed, and **how** it was changed."}}```
- ❌ (Remaining tasks in the description. AND Please fill out the PR template.)
Input : | Q | A
| --------------- | ---
| Bug fix? | no/yes
| New feature? | no/yes
| API breaks? | no/yes
| Deprecations? | no/yes
| Related tickets | fixes #X, partially #Y, mentioned in #Z
| License | Apache 2.0
What's in this PR?
Why?
Additional context
Checklist
- Code meets the Developer Guide
- User guide and development docs updated (if needed)
- Related Helm chart(s) updated (if needed)
To Do
-
If the PR is not complete but you want to discuss the approach, list what remains to be done here
Settings : ```{"and":[{"must_exclude":{"regex":"\\[ \\]","message":"Remaining tasks in the description."}},{"must_exclude":{"regex":"no\\|yes|fixes #X, partially #Y, mentioned in #Z","message":"Please fill out the PR template."}}]}```
Loading