Skip to content

Commit c6fd0c8

Browse files
committed
Ping ryan instead of mohammed for user PRs now
1 parent 6210b7d commit c6fd0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/open-user-pr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function padNum(number: number) {
1616
}
1717

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

0 commit comments

Comments
 (0)