Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pmn/PRobot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRobot

Join the chat at https://gitter.im/bkeepers/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.

  1. Go to the demo integration, click Install, and then select an organization.

  2. Add @probot as a collaborator with write access on your repository.

  3. Create a .probot file 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");
    
  4. Open a new issue. @probot should post a comment (you may need to refresh to see it).

About

a trainable robot that responds to activity on GitHub

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Shell 0.3%