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 elm-lang #13
Comments
sagesharp
added
help wanted
easy
labels
Nov 8, 2016
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.