/*
 * Config file for PR bot, see https://github.com/botdylan/botdylan#configjson
 * Processed by https://www.npmjs.com/package/cjson so comments are allowed!
 */
{
  "username": "orchardci"
, "password": "GITHUB_OAUTH_TOKEN_FOR_USERNAME_ABOVE"
, "secret": "HIGH_ENTROPY_STRING"
, "auth": "oauth"
, "url": "URL_OF_WEBSERVER"
, "port": 8000
, "repositories": {
    "theorchard/orchard": { // listen to Pull Requests against this repo
      "crons": {
        "0 0 0 * * *": ["ping"]
      }
    , "hooks": {
        "pull_request": ["checklist"]
      }
    }
  }
}
