Fixed ChangYan Link #1742
Open
Fixed ChangYan Link #1742
Mergeable / Mergeable
failed
Jun 27, 2024 in 15s
2/4 Fail(s): LABEL, MILESTONE
Status: FAIL
Here are some stats of the run:
4 validations were ran.
2 PASSED
2 FAILED
Details
✔️ Validator: DESCRIPTION
- ✔️ No_empty option is not enabled, as such this validator did not run
Input :
PR Checklist
- The commit message follows guidelines for NexT.
- Tests for the changes was maked (for bug fixes / features).
- Muse | Mist have been tested.
- Pisces | Gemini have been tested.
- Docs in NexT website have been added / updated (for features).
PR Type
- Bugfix.
- Feature.
- Code style update (formatting, local variables).
- Refactoring (no functional changes, no api changes).
- Build & CI related changes.
- Documentation.
- Translation.
- Other... Please describe:
What is the current behavior?
Issue resolved: N/A
What is the new behavior?
- Screenshots with this changes: N/A
- Link to demo site with this changes: N/A
How to use?
In NexT _config.yml
:
# Changyan
changyan:
enable: true
appid: cxxxxx
appkey: xxxxxxxxxxxxxxxxxx
#post_meta_order: 0
Description
Fixed a link failure that caused the page to load slowly.
Settings : ```{"no_empty":{"enabled":false}}```
✔️ Validator: TITLE
- ✔️ title must exclude '^[WIP]'
Input : Fixed ChangYan Link
Settings :{"must_exclude":{"regex":"^\\[WIP\\]"}}
❌ Validator: LABEL
- ❌ label does not include "change|feat|imp|fix|doc|i18n"
Input :
Settings :{"must_include":{"regex":"change|feat|imp|fix|doc|i18n"}}
- ✔️ label must exclude 'wip|work in progress'
Input :
Settings :{"must_exclude":{"regex":"wip|work in progress"}}
❌ Validator: MILESTONE
- ❌ The milestone can't be empty
Input :
Settings :{"no_empty":{"enabled":true}}
Loading