We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce6735 commit 2c19b32Copy full SHA for 2c19b32
.github/actions/create-pr/action.yml
@@ -75,7 +75,7 @@ runs:
75
echo "Found existing open PR: $PR_NUMBERS"
76
exit 0
77
fi
78
- 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
79
if [[ $? -ne 0 ]]; then
80
echo "Failed to create new PR."
81
exit 1
extensions/ql-vscode/.prettierignore
@@ -2,5 +2,9 @@
2
node_modules/
3
out/
4
5
+# This file gets written by an actions workflow.
6
+# Don't try to format it.
7
+supported_cli_versions.json
8
+
9
# Include the Storybook config
10
!.storybook
0 commit comments