mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-19 01:46:20 +08:00
93abe76ccc48aedaae98c4e811a8eb58abf98c47
[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%