You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some messages I end up typing over and over since each contributor needs to learn about our tooling. For example:
@rustbot author
Please write `@rustbot ready` when the PR is ready for another round of review.
Or
This looks good, thanks! Please squash the PR into a single commit.
Use `git rebase --interactive --keep-base ...` to do that so that there's no unnecessary diff.
@rustbot author
It would be nice if I could configure some repo-specific help messages so that I don't have to type the same thing over and over again. (I won't always have the time to be as patient as above on explaining the squashing procedure.)
So for instance:
@rustbot author-help
@rustbot author-squash
could act like @rustbot author but also print a message configured in triagebot.toml. (I am not sure if it is a good idea to tie this to @rustbot author, but both of the most prominent examples in my interaction happen to be of that sort.)
The text was updated successfully, but these errors were encountered:
There are some messages I end up typing over and over since each contributor needs to learn about our tooling. For example:
Or
It would be nice if I could configure some repo-specific help messages so that I don't have to type the same thing over and over again. (I won't always have the time to be as patient as above on explaining the squashing procedure.)
So for instance:
could act like
@rustbot author
but also print a message configured intriagebot.toml
. (I am not sure if it is a good idea to tie this to@rustbot author
, but both of the most prominent examples in my interaction happen to be of that sort.)The text was updated successfully, but these errors were encountered: