We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6210b7d commit c6fd0c8Copy full SHA for c6fd0c8
scripts/open-user-pr.ts
@@ -16,7 +16,7 @@ function padNum(number: number) {
16
}
17
18
const userName = process.env.GH_USERNAME;
19
-const reviewers = ["weswigham", "sandersn", "mhegazy"]
+const reviewers = ["weswigham", "sandersn", "RyanCavanaugh"]
20
const now = new Date();
21
const branchName = `user-update-${now.getFullYear()}${padNum(now.getMonth())}${padNum(now.getDay())}`;
22
const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`;
0 commit comments