Minor polish to the "bump CLI" automation (#1996)
This commit is contained in:
2
.github/actions/create-pr/action.yml
vendored
2
.github/actions/create-pr/action.yml
vendored
@@ -75,7 +75,7 @@ runs:
|
||||
echo "Found existing open PR: $PR_NUMBERS"
|
||||
exit 0
|
||||
fi
|
||||
gh pr create --head "$HEAD_BRANCH" --base "$BASE_BRANCH" --title "$TITLE" --body "$BODY" --assignee ${{ github.actor }}
|
||||
gh pr create --head "$HEAD_BRANCH" --base "$BASE_BRANCH" --title "$TITLE" --body "$BODY" --assignee ${{ github.actor }} --draft
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "Failed to create new PR."
|
||||
exit 1
|
||||
|
||||
@@ -2,5 +2,9 @@
|
||||
node_modules/
|
||||
out/
|
||||
|
||||
# This file gets written by an actions workflow.
|
||||
# Don't try to format it.
|
||||
supported_cli_versions.json
|
||||
|
||||
# Include the Storybook config
|
||||
!.storybook
|
||||
|
||||
Reference in New Issue
Block a user