Skip to content

Commit 44a4a0b

Browse files
committed
fix: update base branch to main
1 parent 6f638f1 commit 44a4a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dev/update-vscode.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ main() {
114114
# Hence why we do this after the subtree update.
115115
echo "Opening a draft PR on GitHub"
116116
# To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create
117-
gh pr create --base master --title "feat(vscode): update to version $VSCODE_EXACT_VERSION" --body "$PR_BODY" --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft
117+
gh pr create --base main --title "feat(vscode): update to version $VSCODE_EXACT_VERSION" --body "$PR_BODY" --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft
118118
}
119119
120120
main "$@"

0 commit comments

Comments
 (0)