-
Notifications
You must be signed in to change notification settings - Fork 519
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
Enhance PullRequest feature #370
Comments
Update: I think gerrit uses status check APIs, and these are independent of the review messages. So this may be a better signal for non-malicious repos. |
Does this bug still need to be addressed? |
is this still relevant? |
Reviewed during community backlog refinement and determined this is no longer relevant. |
so we can close this |
bot
andgardener
but only checks for their presence as substrings in the committer name. This is brittle, e.g.commits by user abotas would not be detected by the checks. I think we should use==
instead.Reviewed-on:
in the commit message. Is there a better way? Is gerrit always used in combination with PRs?The text was updated successfully, but these errors were encountered: