You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, within our organization, we commonly utilize draft pull requests for experimental ideas and prototyping, and convert these drafts pull requests once they are ready for review.
At present, the GitHub plugin can trigger a notification whenever a new pull request is created, regardless of it's draft or not. However, it does not send out a notification when that draft pull request is marked as 'ready for review'.
This leads to these pull requests sometimes being overlooked, particularly where there is a long delay between the time of creation and the point at which they are marked ready for review.
As an user, I would appreciate the incorporation of an option that change this behavior so that it could suppress notifications for draft pull requests initially, and instead, issue a notification only when the pull request is converted to 'ready for review'.
The text was updated successfully, but these errors were encountered:
Thanks for the detailed proposal, @weiiwang01 . A channel message when a PR is ready for review sounds good to me. I'm not too keen on adding another setting. What do you think about the following change?
When a draft PR is submitted, an on-line notification gets posted.
When a draft PR is marked as ready-for-review, a "standard" PR notification with the full body gets posted.
Thanks for the detailed proposal, @weiiwang01 . A channel message when a PR is ready for review sounds good to me. I'm not too keen on adding another setting. What do you think about the following change?
When a draft PR is submitted, an on-line notification gets posted.
When a draft PR is marked as ready-for-review, a "standard" PR notification with the full body gets posted.
Hello, within our organization, we commonly utilize draft pull requests for experimental ideas and prototyping, and convert these drafts pull requests once they are ready for review.
At present, the GitHub plugin can trigger a notification whenever a new pull request is created, regardless of it's draft or not. However, it does not send out a notification when that draft pull request is marked as 'ready for review'.
This leads to these pull requests sometimes being overlooked, particularly where there is a long delay between the time of creation and the point at which they are marked ready for review.
As an user, I would appreciate the incorporation of an option that change this behavior so that it could suppress notifications for draft pull requests initially, and instead, issue a notification only when the pull request is converted to 'ready for review'.
The text was updated successfully, but these errors were encountered: