This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict' | |
const Octokat = require('octokat') | |
const Promise = require('bluebird') | |
const ORIGIN_USERNAME = 'username-or-organisation' | |
const ORIGIN_REPO = 'the-origin-repo' | |
const ORIGIN_BRANCH = 'master' | |
const WAIT_FOR_FORK = 5 | |
const WAIT_FOR_MERGE = 5 |