pholleran / workflow

GitHub workflow automation via .probot.js file in your repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Probot: Workflow

a GitHub Integration built with probot that enables workflow automation via .probot.js file in your repository.

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. Create a .probot.js file in your repository with the following contents. See Configuration for more information on what behaviors can be built.

     on('issues.opened').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!
    
       [config]: https://github.com/bkeepers/PRobot/blob/master/docs/configuration.md
     `);
    
     include("probot/workflow:docs/demo.js");
    
  3. Open a new issue. @probot should post a comment (you may need to refresh to see it).

See docs/deploy.md if you would like to run your own instance of this plugin.

About

GitHub workflow automation via .probot.js file in your repository.


Languages

Language:JavaScript 100.0%