fix: update base branch to main

This commit is contained in:
Joe Previte 2021-03-11 10:26:36 -07:00
parent 6f638f1329
commit 44a4a0bc20
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ main() {
# Hence why we do this after the subtree update. # Hence why we do this after the subtree update.
echo "Opening a draft PR on GitHub" echo "Opening a draft PR on GitHub"
# To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create # To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create
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 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
} }
main "$@" main "$@"