highfive
highfive copied to clipboard
Github hooks to provide an encouraging atmosphere for new contributors
While debugging the "highfive does not apply reviewers sometimes" bug in `#rust-infra`, we discovered those problems happens when the bot tries to assign a reviewer that's not in the org....
It would be awesome if highfive, after choosing a reviewer from a team, assigned the T-team label of that team. This will allow scripts to easily see the assigned team,...
If I use the GH feature to submit a review with Changes Requested, it would be great if that set the status from S-waiting-on-review to S-waiting-on-author.
I would like to be able to aggressively set the status of PRs to S-waiting-on-author and then filter those out of my display. For me to feel comfortable doing that,...
PR #136 seems to have broken Highfive on the server. The only relevant info in the logs is: ``` End of script output before headers: newpr.py ``` The web server...
I am interested in investigating instances of unexpected Highfive behavior. For example, sometimes, but not consistently, Highfive sends the welcome message to existing contributors. Another example: in rust-lang/rust#49849, Highfive did...
We currently maintain a list of contributors per repo which supplements the list we pull from GitHub. We could be more efficient (albeit more stateful) by updating this list with...
PRs without S-waiting-on-review can easily fall out of reviewer's task list, and PRs marked as S-waiting-on-author is currently relabeled by hand. We should add this functionality to highfive: when r?...
E.g., if I tag an issue with T-compiler, then highfive should notice and add a comment cc'ing @rust-lang/compiler (as long as they are not already cc'ed).