Ping ryan instead of mohammed for user PRs now

This commit is contained in:
Wesley Wigham 2018-08-08 13:36:03 -07:00
parent 6210b7db54
commit c6fd0c8d29
No known key found for this signature in database
GPG Key ID: D59F87F60C5400C9

View File

@ -16,7 +16,7 @@ function padNum(number: number) {
}
const userName = process.env.GH_USERNAME;
const reviewers = ["weswigham", "sandersn", "mhegazy"]
const reviewers = ["weswigham", "sandersn", "RyanCavanaugh"]
const now = new Date();
const branchName = `user-update-${now.getFullYear()}${padNum(now.getMonth())}${padNum(now.getDay())}`;
const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`;