-
Notifications
You must be signed in to change notification settings - Fork 76
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
Ping new reviewer when r? group
is used
#1823
Comments
I'd be happy to work on this. I see two options to implement this:
Is there any preference which option should be chosen? |
My understanding was that What makes you think this is not the case? Asking because it's something so fundamental that I gave it for granted 😄 |
That was also my assumption. Maybe it's a bug? The notification reason is sometimes a bit inconsistent in my inbox. (Sometimes saying "assigned" and sometimes "mentioned" ) I'm not at home this weekend, but i can test this next week in more detail. |
I've tested this and it seems like assignments do cause a GH notification 🤔 I guess we can close this then? One thing I considered, was to have an automated ping or following reassign, if a PR hasn't gotten any attention, but that might be very hard to automate. 🤔 |
thanks for getting back @xFrednet . yes, I think we can close this.
If it's of any consolation, I've been doing manual bookeeping of open PRs waiting on a review for ~2 years at T-compiler meetings 😄 and I still did not find a good automation that covers most of the corner cases. I do have some code that queries the GH APIs and pull them more or less sorted like I want and that's already helpful. If you're seriously down to tackle this problem for T-clippy, let's talk about that on Zulip! 🙂 |
Yeah, those things sadly tend to happen. The ideal solution would be to just increase the bandwidth of the teams. The word "just" is doing all the heavy lifting in this case ^^. I really want this for new contributors. Waiting on your first PR is super discouraging.
I actually would be! I have one bigger project, that I want to make PR ready first. That might take two weeks or so, then I would reach out. What is your Zulip handle? |
In the clippy repo we sometimes use
r? clippy
to reassign PRs. I've been triaging stale PRs and noticed that some of the new reviewers didn't notice their assignment. I assume this happens sincer? clippy
doesn't ping them. Could we add an automatic comment that pings the new reviewer?The text was updated successfully, but these errors were encountered: