arda I'm seeing this guy around a lot: What's it's duty? Is it somehow useful? How can we make ourselves one like this for our repositories? (https://github.com/flarum-bot)
arda ONIXTurtle It's doing some automated job, that is big. You can see the changes it did from its commits. Let's wait for one of the core developers (or someone who knows exactly what does it do) to answer.
clarkwinkelmann From the git history it looks like it takes care of compiling the dist files after each commit, which previously had to be done by hand when working on dev-master or when tagging a release. It might do other things as well.
arda Frink Googling how to make a GitHub bot returns several results I didn't find anything useful, that's why I asked it.
Toby It is the account used to commit the dist JS files compiled by Travis CI (see the .travis.yml file). That's all it's used for.