Skip to content

Commit 56a2e34

Browse files
authored
Ping @sandersn on new user baseline commits (#40117)
* Ping @sandersn on new user baseline commits You asked for this~ * Update whitespace/comment
1 parent 6fea7ff commit 56a2e34

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
@@ -22,7 +22,7 @@ runSequence([
2222
["node", ["./node_modules/gulp/bin/gulp.js", "baseline-accept"]], // accept baselines
2323
["git", ["checkout", "-b", branchName]], // create a branch
2424
["git", ["add", "."]], // Add all changes
25-
["git", ["commit", "-m", `"Update user baselines"`]], // Commit all changes
25+
["git", ["commit", "-m", `"Update user baselines${+process.env.SOURCE_ISSUE === 33716 ? " +cc @sandersn" : ""}"`]], // Commit all changes (ping nathan if we would post to CI thread)
2626
["git", ["push", "--set-upstream", "fork", branchName, "-f"]] // push the branch
2727
]);
2828

0 commit comments

Comments
 (0)