Skip to content

Commit e509ee5

Browse files
committed
Have bot force push his branch so he can run multiple times a day
1 parent f0997c1 commit e509ee5

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
@@ -27,7 +27,7 @@ runSequence([
2727
["git", ["add", "."]], // Add all changes
2828
["git", ["commit", "-m", `"Update user baselines"`]], // Commit all changes
2929
["git", ["remote", "add", "fork", remoteUrl]], // Add the remote fork
30-
["git", ["push", "--set-upstream", "fork", branchName]] // push the branch
30+
["git", ["push", "--set-upstream", "fork", branchName, "-f"]] // push the branch
3131
]);
3232

3333
const gh = new Octokit();

0 commit comments

Comments
 (0)