mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-17 04:09:31 +08:00
b58d51d4df5d143a94a0e5abbfa1fd035374f4ff
PRobot
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, but for GitHub events instead of chat messages.
Installing
Heads up! The demo integration is for demo purposes only. It is very likely to go away at some point, so please don't use it for production purposes.
-
Go to the demo integration, click Install, and then select an organization.
-
Add @probot as a collaborator with write access on your repository.
-
Create a
.probotfile in your repository with the following contents. See Configuration for more information on what behaviors can be built.on issues.opened then comment("Hello @{{ sender.login }}. Thanks for inviting me to your project. Read more about [all the things I can help you with][config]. I can't wait to get started!\\n[config]: https://github.com/bkeepers/PRobot/blob/master/docs/configuration.md"); -
Open a new issue. @probot should post a comment (you may need to refresh to see it).
Languages
TypeScript
79.4%
JavaScript
14.7%
Handlebars
4.9%
Shell
1%