forked from mirrors/probot
Remove 'why' section
This commit is contained in:
parent
f62eedf26f
commit
70aff7f307
24
README.md
24
README.md
|
@ -6,30 +6,6 @@ _**Heads up!** "PRobot" is a codename that is almost guaranteed to change._
|
|||
|
||||
PRobot is a trainable robot that responds to activity on GitHub. It's like [Hubot](https://hubot.github.com/), but for GitHub events instead of chat messages.
|
||||
|
||||
Automatically welcome first-time contributors, @mention previous authors, or close stale pull requests with pre-built behaviors. Write your own behaviors to implement whatever workflow your project needs.
|
||||
|
||||
## Why?
|
||||
|
||||
Almost any workflow or process you can imagine can be added to GitHub with [webhooks](https://developer.github.com/webhooks/), the [API](https://developer.github.com/v3/), and now [Integrations](https://developer.github.com/early-access/integrations/). But adding that workflow usually involves writing a lot of code to integrate with GitHub, and a tiny bit of code to implement the behavior you want. This project aims to be a generic bot for building integrations with GitHub.
|
||||
|
||||
The functionality of all of these awesome bots could be ported to [behaviors](#creating-a-behavior):
|
||||
|
||||
- [highfive](https://github.com/servo/highfive) - GitHub hooks to provide an encouraging atmosphere for new contributors
|
||||
- [Homu](https://github.com/barosl/homu) - A bot that integrates with GitHub and your favorite continuous integration service
|
||||
- [mention-bot](https://github.com/facebook/mention-bot) - Automatically mention potential reviewers on pull requests.
|
||||
- [PullAprove](http://pullapprove.com/)
|
||||
- [LGTM](https://lgtm.co)
|
||||
- [Auto-reply](https://github.com/parkr/auto-reply)
|
||||
- Know of other examples? [Add them here…](../../edit/master/README.md)
|
||||
|
||||
Here are some behaviors that we plan to implement:
|
||||
|
||||
- Auto-responder for new issues and pull requests
|
||||
- Welcome new contributors
|
||||
- Auto close stale PRs
|
||||
- @mention `OWNERS` based on modified files
|
||||
- "Based on recent activity, expect a response in X days"
|
||||
|
||||
## Installing
|
||||
|
||||
_**Heads up!** The [demo integration](https://github.com/integration/probot-demo) is for demo purposes only. It is very likely to go away at some point, so please don't use it for production purposes._
|
||||
|
|
Loading…
Reference in New Issue