kaijchen opened a new pull request, #3494:
URL: https://github.com/apache/ozone/pull/3494
## What changes were proposed in this pull request?
Enforce the PR title to match the pattern `^HDDS-[1-9][0-9]{3,4}\. .+$`.
```
HDDS-1234. Pull Request Title // ok
HDDS-1234 Pull Request Title // bad (missing dot)
HDDS-1234.Pull Request Title // bad (missing space)
HDDS-0123. Pull Request Title // bad (leading zero)
HDDS-12345. Pull Request Title // ok (ready for 5 digit Jira number)
HDDS-123456. Pull Request Title // bad (to be enabled when needed)
```
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-6845
## How was this patch tested?
Can be verified by changing the title of this PR.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]