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" echo "Found existing open PR: $PR_NUMBERS"
exit 0 exit 0
fi 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 if [[ $? -ne 0 ]]; then
echo "Failed to create new PR." echo "Failed to create new PR."
exit 1 exit 1

View File

@@ -2,5 +2,9 @@
node_modules/ node_modules/
out/ out/
# This file gets written by an actions workflow.
# Don't try to format it.
supported_cli_versions.json
# Include the Storybook config # Include the Storybook config
!.storybook !.storybook