-
Notifications
You must be signed in to change notification settings - Fork 212
Our bots
pozorvlak edited this page Jun 21, 2016
·
3 revisions
@claimbot-gs lets you call dibs on an issue. You can do this by using the word "claim", "claimed", or "claiming" in your comment. For instance "I'm claiming this one."
Claimbot can also set labels on issues and PRs. Use ##
on a line to trigger it. For instance:
## curated: beginner
will set the 'curated: beginner' label on the issue.
More detailed instructions here.
@homu-gs is used by code reviewers to automatically merge reviewed PRs once tests pass.
For reviewers, the thing to know is:
@homu-gs r+
is how you say it's good
@homu-gs r-
is how you say it's not