-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
tools: only report commit validation failure on Slack #61124
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
Conversation
|
Review requested:
|
|
Instead use using the |
What would be the upside of that vs what this PR is doing? |
Using it will make the check appear as successful. Without
|
|
One goal of #61050 was to mark the workflow as failure when commit message is invalid (same logic as linter failure shows as a failure) |
|
Landed in 607a741 |
PR-URL: nodejs#61124 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: #61050 (comment)