Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.56 KB

probot.md

File metadata and controls

24 lines (12 loc) · 1.56 KB

Back to catalogue

What is a GitHub App?

A GitHub app is an application that receives request each time something happens in repositories that they are installed on and can then act as a bot user to make changes.

A very simple example is the WIP GitHub App – it sets the status of a pull request to pending if the word "wip" is in the pull request subject. The status gets updated each time the pull request title is changed.

How does Probot work?

Probot is a Node.js framework based on the Express Server framework. It provides APIs to subscribe to events that are happening on GitHub to run your custom code. For example, the WIP GitHub App mentioned above is built with Probot in only about 20 lines of code: https://github.com/gr2m/wip-bot/tree/master

Why apply for Probot?

You will create your very own GitHub application, your own product that you can add to your portfolio at the end of the summer. While working on your own app, you will interact with the Probot core team and learn how to contribute to the core project itself.

We look forward to meeting you :)

Application Instructions

  • Twitter: Pick an existing idea at https://github.com/probot/ideas/issues or suggest a new idea for a Probot application that you would like to work on. Familiarize yourself with the project before applying. You should have worked with Node.js before, but don’t need to be an expert. We encourage applications by students from groups underrepresented in tech :)