Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd bot usernames for rails/rails #19
Comments
sagesharp
added
help wanted
easy
labels
Nov 8, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
sgrif
Nov 18, 2016
We have two bots that are used. Only one is relevant to your study. The username is https://github.com/rails-bot. It is a fork of rust-highfive. The second bot is responsible for closing issues that have been without activity for several months. It appears under the same username.
sgrif
commented
Nov 18, 2016
|
We have two bots that are used. Only one is relevant to your study. The username is https://github.com/rails-bot. It is a fork of rust-highfive. The second bot is responsible for closing issues that have been without activity for several months. It appears under the same username. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sagesharp commentedNov 8, 2016
Many github communities use bots to suggest reviewers, do automated testing, and more.
foss-heartbeat breaks bots into a separate category in the html contribution statistics, by checking for the username in
getBotsinghstats.py.Additionally, if a bot merges a commit after being issued a command in a pull request comment,
appendReviewersinghcategorize.pywill attribute the merge to that person, as well as to the bot. Currently, we check for a specific command string at the beginning of the comment. If your test-and-merge bot accepts commands in the middle of a comment, please update the code.