Skip to content

Commit 2c19b32

Browse files
authored
Minor polish to the "bump CLI" automation (#1996)
1 parent 3ce6735 commit 2c19b32

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/actions/create-pr/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
echo "Found existing open PR: $PR_NUMBERS"
7676
exit 0
7777
fi
78-
gh pr create --head "$HEAD_BRANCH" --base "$BASE_BRANCH" --title "$TITLE" --body "$BODY" --assignee ${{ github.actor }}
78+
gh pr create --head "$HEAD_BRANCH" --base "$BASE_BRANCH" --title "$TITLE" --body "$BODY" --assignee ${{ github.actor }} --draft
7979
if [[ $? -ne 0 ]]; then
8080
echo "Failed to create new PR."
8181
exit 1

extensions/ql-vscode/.prettierignore

+4
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
node_modules/
33
out/
44

5+
# This file gets written by an actions workflow.
6+
# Don't try to format it.
7+
supported_cli_versions.json
8+
59
# Include the Storybook config
610
!.storybook

0 commit comments

Comments
 (0)