Skip to content

Commit 5fdc9a0

Browse files
committed
Make the bump version action easier to use.
It currently only runs tests if you make it as draft and then open it again. If we mark it as draft there is one less step.
1 parent a29f2b0 commit 5fdc9a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/bump-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@ jobs:
8080
--base "$BASE_BRANCH" \
8181
--head "$HEAD_BRANCH" \
8282
--title "$PR_TITLE" \
83-
--body "$PR_BODY"
83+
--body "$PR_BODY" \
84+
--draft

0 commit comments

Comments
 (0)