Skip to content

Commit d66a761

Browse files
authored
prepare-release-pr: open PRs as draft (#13534)
This way we can trigger the CI jobs just by marking the draft as ready, similar to how the `update-plugin-list` workflow works.
1 parent b3ee80b commit d66a761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/prepare-release-pr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def prepare_release_pr(base_branch: str, is_major: bool, prerelease: str) -> Non
135135
f"--head={release_branch}",
136136
f"--title=Release {version}",
137137
f"--body={body}",
138+
"--draft",
138139
],
139140
check=True,
140141
)

0 commit comments

Comments
 (0)