We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536c570 commit b97a815Copy full SHA for b97a815
ci/build/release-prep.sh
@@ -90,7 +90,7 @@ main() {
90
91
echo -e "\nOpening a draft PR on GitHub"
92
# To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create
93
- $CMD gh pr create --base main --title "release: $CODE_SERVER_VERSION_TO_UPDATE" --body "$RELEASE_TEMPLATE_STRING" --reviewer @coder/code-server-reviewers --repo coder/code-server --draft --assignee "@me"
+ $CMD gh pr create --base main --title "release: $CODE_SERVER_VERSION_TO_UPDATE" --body "$RELEASE_TEMPLATE_STRING" --reviewer @coder/code-server --repo coder/code-server --draft --assignee "@me"
94
95
# Open PR in browser
96
$CMD gh pr view --web
0 commit comments