humanmade/probot-workflow

Name: probot-workflow

Owner: Human Made

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

Forked from: bkeepers/workflow

Created: 2017-11-14 10:41:34.0

Updated: 2017-11-14 10:42:38.0

Pushed: 2017-11-22 12:21:11.0

Homepage:

Size: 75

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Probot: Workflow

A GitHub App built with probot that enables complete workflow automation.

Installing

Heads up! The demo app 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 app, click Install, and then select an organization.

  2. Create a .github/probot.js file in your repository with the following contents. See Configuration for more information on what behaviors can be built.

    issues.opened')
    mment(`
    ello @{{ sender.login }}. Thanks for inviting me to your project.
    ead more about [all the things I can help you with][config]. I can't
    ait to get started!
    
    config]: https://github.com/bkeepers/workflow/blob/master/docs/configuration.md
    
    
  3. Open a new issue. @probot should post a comment (you may need to refresh to see it).

Setup

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.