2017-08-29 22:11:18 -05:00
2017-08-24 17:08:46 -05:00
2017-08-27 21:40:32 -07:00
2016-09-16 11:45:59 -07:00
2017-03-27 22:22:59 -05:00
2017-04-06 18:49:20 -05:00
2017-08-21 14:28:26 -07:00
2017-07-16 16:41:12 -07:00
2017-08-24 15:44:30 -05:00
2017-08-24 15:44:30 -05:00
2017-08-22 20:38:29 -05:00

Probot

Probot is a bot framework for GitHub. It's like Hubot, but for GitHub instead of chat.

If you've ever thought, "wouldn't it be cool if GitHub could…"; imma stop you right there. Most features can actually be added via GitHub Apps, which extend GitHub and can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. Apps are first class actors within GitHub.

There are some great services that offer apps in the GitHub Marketplace, and you can build a bunch of really cool things yourself. Probot aims to make that easy.

Apps

Apps are easy to write, deploy, and share. Here are just a few examples of things that can be built with Probot:

  • stale - closes abandoned issues after a period of inactivity.
  • owners - @mentions people in Pull Requests based on contents of the OWNERS file
  • settings - syncs repository settings defined in .github/settings.yml to GitHub, enabling Pull Requests for repository settings.

Check out all Probot apps.

Contributing

Most of the interesting things are built with plugins, so consider starting by writing a new app or improving one of the existing ones.

Want to chat with Probot users and contributors? Join us in Slack!

Description
No description provided
Readme ISC 2.5 MiB
Languages
TypeScript 79.4%
JavaScript 14.7%
Handlebars 4.9%
Shell 1%