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"
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user