GitHub bots, sometimes referred to as GitHub Apps, are essentially bots that support the software development process on GitHub. These apps are first-class actors, so they can do just about any task on GitHub - sadly, they won't write code for you (yet). In this article, we will explain how to create a GitHub bots without using any specific language (you should be able to do it even if you work in Java, who knows?) and using the Probot framework on Node.js.