mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Create release PRs as a draft, initially (#9660)
This change updates the command used to create RC pull requests to create [draft PRs][1]. [1]:https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests#draft-pull-requests
This commit is contained in:
parent
5789bd86c0
commit
7e5e697f89
@ -45,6 +45,7 @@ install_github_cli
|
||||
printf '%s\n' "Creating a Pull Request for $version on GitHub"
|
||||
|
||||
if ! hub pull-request \
|
||||
--draft \
|
||||
--message "${CIRCLE_BRANCH/-/ } RC" --message ':package: :rocket:' \
|
||||
--base "$CIRCLE_PROJECT_USERNAME:$base_branch" \
|
||||
--head "$CIRCLE_PROJECT_USERNAME:$CIRCLE_BRANCH";
|
||||
|
Loading…
Reference in New Issue
Block a user