Minor polish to the "bump CLI" automation (#1996)

This commit is contained in:
Shati Patel
2023-01-20 18:42:20 +00:00
committed by GitHub
parent 3ce6735475
commit 2c19b32cb3
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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