Skip to content

Commit 75f76ec

Browse files
committed
Create version bump PRs in draft mode
Currently, the token we use to create these PRs doesn't have sufficient permissions to set off PR checks. Maybe if we create the PR as a draft and have a real person mark the PR as "ready-for-review", this will be enough to start PR checks.
1 parent 5a0b1b2 commit 75f76ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
body: This PR was automatically generated by the GitHub Actions release workflow in this repository.
130130
branch: ${{ format('version/bump-to-{0}', steps.bump-patch-version.outputs.next_version) }}
131131
base: main
132+
draft: true
132133

133134
vscode-publish:
134135
name: Publish to VS Code Marketplace

0 commit comments

Comments
 (0)