Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Dec 2, 2024
1 parent d667899 commit 840197a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deployments/open-v3-pr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (require.main === module) {
execSync(`git push origin HEAD --force`);

execSync(
`gh pr create --head v3-maintenance-${process.env.PR_NUMBER} --label "skip-pr-description-validation " --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"`
`gh pr create --head v3-maintenance-${process.env.PR_NUMBER} --label "skip-pr-description-validation" --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"`
);
}
}
Expand Down

0 comments on commit 840197a

Please sign in to comment.