1.0.1 • Published 6 years ago

pr-label v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

pr-label build status greenkeeper status

Development

  1. Registering a GitHub App
  2. echo "APP_ID=<Your GitHub App ID>" >> .env
  3. Download your GitHub App Private key from setting page of it
  4. Happy hacking with Simulating Webhooks:

    # E.g)
    node_modules/.bin/probot simulate pull_request test/fixtures/pull_request.opened.json ./index.js
    
    # E.g)
    node_modules/.bin/probot simulate review_pull_request test/fixtures/pull_request_review.submitted.approved.json ./index.js