mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 10:27:43 +08:00
82ff00a077a425fab2bff337aa95e8800f88d610
[Bot Name]
[Bot Name] is a trainable robot that responds to activity on GitHub. Welcome first-time contributors, close stale pull requests, or require a 👍 from at least 2 maintainers…add pre-built behaviors to your project, or write your own.
Behaviors
- Auto-responder for new issues and pull requests
- Welcome new contributors
- High five first merge (https://github.com/nrc/highfive)
- Auto close stale PRs
- @mention
OWNERSbased on modified files - @mention based on recent blame (e.g. https://github.com/facebook/mention-bot)
- "Based on recent activity, expect a response in X days"
Installation
TODO
Configuration
TODO
Creating a behavior
robot.on('pull', function(event) {
robot.comment("Thanks for the pull request! We'll review it within 72 hours!");
});
Languages
TypeScript
79.4%
JavaScript
14.7%
Handlebars
4.9%
Shell
1%