-
Notifications
You must be signed in to change notification settings - Fork 128
Assign a random team member on r? @rust-lang/<team> #249
Assign a random team member on r? @rust-lang/<team> #249
Conversation
@LeSeulArtichaut this would be great to have! Are you planning on getting back to this? |
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? |
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. |
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
|
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? |
18a9cb8
to
699c894
Compare
Rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes seem reasonable to me but I don't know anything about Python
@Mark-Simulacrum I think this is good to go if you want to take a look. 🙂 |
Attemps to close #187.