-
Notifications
You must be signed in to change notification settings - Fork 79
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
Possibility to send succesMessage only for Issue #636
Comments
IMO this is a valid request. This could also reduce the API requests, which was either an issue or a similar feature request also here, here and here. Similar to @nejch 's suggestion, we could introduce properties |
Hi, thanks for your response. Your proposal seems to be (in my case), what I need. I don't see this as something complicated either for the utilization or the implementation, are you open to PR or should we wait the approval of the team about it? |
Hey @Hakihiro , personally, I would wait for team response before starting to work on that. But doesn't mean you shouldn't start working on that or anybody else 😉 |
Thanks for reaching out @Hakihiro! I still think we should first explore the suggestion by @olexs at #480 (comment) as this would be most flexible while keeping the configuration surface small. Feel free to send a PR for this so that we can see how that would feel. |
Hi, sorry for the delay. I made it quickly (really inspired by @JonasSchubert suggestion, thanks btw) just to validate the global design. If it's validate by the team, I can add tests and take code feedbacks to improve the modifications, and the documentation ofc. I think it could be a first step, and it could be overridden later by an information extracted from the comment template. I'm open to discuss it. Thanks again for your time |
…-comment-#480-#636 feat: allow to skip success and fail comments based on provided condition
@Hakihiro The new option |
Thanks to all contributors for this one. |
Hi, first, thanks for your work on this project.
Second, I'm guessing if there is any possibility to disable success message but only for issue or MR ?
Because right now it's quite redundant to have the message in the issue and MR. And we can only disable success message for both, but not only for one of them.
If not, is this something you will be open to have in the project.
Sorry if this message is silly, I could not find any information about it.
The text was updated successfully, but these errors were encountered: