-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Mergebot mention in code review does not work #87
Comments
The main comment is fine but it shouldn't be part of the comments that one can hide. |
Didn't work in main comment here: I thought it was because it wasn't the only line in the message, but the code seems to ignore unrelated lines just fine:
So I guess there really is a difference with review? |
I mean it's not implemented but if we implement, we should only accept the main comment of a review. Yes reviews are a different event in the api as far as I know. |
@Mic92 main comment alone should be sufficient. |
What would be required to implement this? |
This is because reviews are not comments for the GitHub API. To implement this I need a couple hours maybe some time next week I can get around to fixing this |
If merge command is invoked as part of code review that approves the changes, mergebot does not get invoked. A separate, new independent comment is required. While that is fine, a code review with approval is a fairly strong signal. It'd be nice to have it supported.
The text was updated successfully, but these errors were encountered: