Skip to content

Commit f35bda3

Browse files
authored
Update open-v3-pr.ts
1 parent f68909b commit f35bda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deployments/open-v3-pr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (require.main === module) {
1717
try {
1818
// Open PR
1919
execSync(
20-
`gh pr create --base main --head v3-maintenance-${process.env.PR_NUMBER} --label "skip-pr-description-validation" --label "skip-v3-pr" --title "Backport #${process.env.PR_NUMBER} to Wrangler v3" --body "This is an automatically opened PR to backport patch changes from #${process.env.PR_NUMBER} to Wrangler v3"`
20+
`gh pr create --base v2-maintenance --head v3-maintenance-${process.env.PR_NUMBER} --label "skip-pr-description-validation" --label "skip-v3-pr" --title "Backport #${process.env.PR_NUMBER} to Wrangler v3" --body "This is an automatically opened PR to backport patch changes from #${process.env.PR_NUMBER} to Wrangler v3"`
2121
);
2222
} catch {
2323
// Ignore "PR already created failures"

0 commit comments

Comments
 (0)