Skip to content
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

Handle r? as assignment #433

Closed
wants to merge 1 commit into from
Closed

Handle r? as assignment #433

wants to merge 1 commit into from

Conversation

Mark-Simulacrum
Copy link
Member

This adds parsing support for handling r? to direct assignment; anyone can do so
on a PR to any org member.

A future commit will add support for r? with a team.

This does not currently auto-assign reviewers like highfive to new PRs, though.

This adds parsing support for handling r? to direct assignment; anyone can do so
on a PR to any org member.

A future commit will add support for r? with a team.

This does not currently auto-assign reviewers like highfive to new PRs, though.
},
));
} else {
log::trace!("{:?} had non-one mention: {:?}", w, mentions);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might be useful to allow more than a person to be assigned: occasionally I write r? @foo @bar and manually assign @bar once highfive assigns @foo. Highfive was written before GitHub allowed multiple assignees, so I guess that's the reason why highfive didn't support that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I largely agree, though I think it is pretty useful to have just one person assigned at a time -- then there's less "well they'll do it" :)

But I don't want to try to make things better before we make things work; migrating things to triagebot is the first priority, and then once that's done we can enhance.

@pietroalbini
Copy link
Member

Other than that comment this PR looks good!

bors added a commit to rust-lang/cargo that referenced this pull request Mar 31, 2020
Add triagebot configuration

This enables assignment through triagebot on this repository, in preparation for
the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433
bors bot added a commit to rust-embedded/embedded-alloc that referenced this pull request Apr 13, 2020
30: Add triagebot configuration r=jonas-schievink a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/bare-metal that referenced this pull request Apr 13, 2020
30: Add triagebot configuration r=jonas-schievink a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/not-yet-awesome-embedded-rust that referenced this pull request Apr 13, 2020
18: Add triagebot configuration r=adamgreig a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/awesome-embedded-rust that referenced this pull request Apr 13, 2020
263: Add triagebot configuration r=adamgreig a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/cortex-m-rt that referenced this pull request Apr 13, 2020
263: Add triagebot configuration r=jonas-schievink a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/svd2rust that referenced this pull request Apr 13, 2020
435: Add triagebot configuration r=therealprof a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/svd that referenced this pull request Apr 13, 2020
110: Add triagebot configuration r=therealprof a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/linux-embedded-hal that referenced this pull request Apr 13, 2020
40: Add triagebot configuration r=posborne a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/rust-sysfs-gpio that referenced this pull request Apr 13, 2020
63: Add triagebot configuration r=ryankurte a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/rust-i2cdev that referenced this pull request Apr 13, 2020
61: Add triagebot configuration r=ryankurte a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/embedded-hal that referenced this pull request Apr 13, 2020
202: Add triagebot configuration r=ryankurte a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/rust-spidev that referenced this pull request Apr 13, 2020
23: Add triagebot configuration r=ryankurte a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/rust-sysfs-pwm that referenced this pull request Apr 13, 2020
11: Add triagebot configuration r=ryankurte a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/svd2rust that referenced this pull request Apr 13, 2020
435: Add triagebot configuration r=therealprof a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/showcase that referenced this pull request Apr 13, 2020
22: Add triagebot configuration r=therealprof a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/blog that referenced this pull request Apr 13, 2020
119: Add triagebot configuration r=therealprof a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/itm that referenced this pull request Apr 13, 2020
28: Add triagebot configuration r=therealprof a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to cross-rs/cross that referenced this pull request Apr 13, 2020
408: Add triagebot configuration r=Dylan-DPC a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/gpio-utils that referenced this pull request Apr 14, 2020
30: Add triagebot configuration r=ryankurte a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/embedonomicon that referenced this pull request Apr 14, 2020
65: Add triagebot configuration r=ryankurte a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/rust-embedded.github.io that referenced this pull request Apr 14, 2020
22: Add triagebot configuration r=ryankurte a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/discovery that referenced this pull request Apr 14, 2020
223: Add triagebot configuration r=ryankurte a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/svd2rust that referenced this pull request Apr 22, 2020
435: Add triagebot configuration r=therealprof a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
bors bot added a commit to rust-embedded/rust-embedded.github.io that referenced this pull request Jul 4, 2020
22: Add triagebot configuration r=ryankurte a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
@kellda
Copy link
Contributor

kellda commented Jul 9, 2020

Rebased on master at https://github.com/kellda/triagebot/tree/highfive-review
Need to be rebased / rewritten

bors bot added a commit to rust-embedded/itm that referenced this pull request Jul 25, 2020
28: Add triagebot configuration r=jonas-schievink a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
@kellda kellda mentioned this pull request Oct 29, 2020
adamgreig pushed a commit to rust-embedded/cortex-m that referenced this pull request Jan 12, 2022
263: Add triagebot configuration r=jonas-schievink a=LeSeulArtichaut

This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.

cc rust-lang/highfive#258 rust-lang/triagebot#433

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
@fmease
Copy link
Member

fmease commented Nov 3, 2022

This can be closed since the functionality is now implemented, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants