-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix commit message check #64
Conversation
pattern: '^(Refs|Fixes) #YUPTOO-[0-9]+ - .+$' | ||
error: 'Commit message should start with "Fixes #YUPTOO-<issue number> - "' | ||
pattern: '^(Refs|Fixes) #RHINENG-[0-9]+ - .+$' | ||
error: 'Commit message should start with "Fixes #RHINENG-<issue number> - "' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just feel RHINENG-XXX
should be fine as a prefix rather than adding Fixes or Refs #
.
It is just my thought. Feel free to add your suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will modify the pattern that will accept without these prefix Fixes/Refs
as well.
Your commit doesn't contain the JIRA card number. Tests are failing due to that. |
1277835
to
1712468
Compare
Codecov ReportPatch has no changes to coverable lines. 📢 Thoughts on this report? Let us know!. |
1712468
to
f3723ab
Compare
\retest |
f3723ab
to
93fb677
Compare
No description provided.