kezhenxu94 commented on code in PR #12921:
URL:
https://github.com/apache/dolphinscheduler/pull/12921#discussion_r1023765873
##########
.github/mergeable.yml:
##########
@@ -58,5 +58,5 @@ mergeable:
regex: 'feature|bug|improvement|document|chore'
message: 'Label must include one of the following: `feature`,
`bug`, `improvement`, `document`, `chore`'
- must_include:
- regex: '3\.0\.x|3\.1\.x|3\.2\.0'
- message: 'Label must include one or more of the following:
`3.0.x`, `3.1.x`, `3.2.0`'
+ regex: '3\.0\.x|3\.1\.x|3\.2\.0|4\.0\.0'
+ message: 'Label must include one or more of the following:
`3.0.x`, `3.1.x`, `3.2.0`, `4.0.0`'
Review Comment:
And change this to
```suggestion
message: 'Label must include one or more version numbers.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]