Uh oh!
There was an error while loading. Please reload this page.
Assign a random team member on r? @rust-lang/<team> - #249
Conversation
Uh oh!
There was an error while loading. Please reload this page.
camelid
commented
Nov 23, 2020
@LeSeulArtichaut this would be great to have! Are you planning on getting back to this? |
LeSeulArtichaut
commented
Nov 23, 2020
This depends on whether @Mark-Simulacrum wants to proceed with rust-lang/triagebot#433 first, but as that PR encountered some difficulties, maybe this can be revisited? |
Mark-Simulacrum
commented
Nov 23, 2020
Yeah, this seems like the right approach in the interim while we wait for GitHub to resolve the problems preventing full rollout of r? for assignment in triagebot. From a quick scroll through it looks like this wants to add team groups for the existing teams (probably at least libs and compiler perhaps?) to the real files too? I guess we can do that in follow-up PRs. |
LeSeulArtichaut
commented
Nov 27, 2020
This code looks really bad, I wonder who wrote it... Oh, hey me from (exactly) 9 months ago!
If I understand the code correctly, it first checks if a group matches the team name, so in groups.get(match.group(2))before checking if potential=groups.get("%s/%s"% (match.group(1), match.group(2)))So I think we don't need to change the data files, because these teams already exist in highfive/highfive/configs/rust-lang/rust.json Lines 2 to 12 in f7434f5 |
wesleywiser
commented
Jul 8, 2021
I would love to see this feature added. Is there anything I can do to help get this merged? I see this needs a rebase and maybe another review? |
LeSeulArtichaut
commented
Jul 8, 2021
Rebased. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
wesleywiser
left a comment
There was a problem hiding this comment.
The changes seem reasonable to me but I don't know anything about Python
wesleywiser
commented
Jul 12, 2021
@Mark-Simulacrum I think this is good to go if you want to take a look. 🙂 |
Attemps to close#187.