Skip to content

Commit 91b6c0c

Browse files
committed
Create a draft PR.
1 parent d9e5447 commit 91b6c0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ jobs:
283283
--head "${PR_HEAD}" \
284284
--title "$PR_TITLE" \
285285
--assignee "${GITHUB_ACTOR}" \
286+
--draft \
286287
--body "$(echo -e "$BODY")")
287288
288289
if gh label list --repo "${PR_REPO}" --json name --jq '[.[].name] | contains(["Auto-backport"])' | grep -q 'true'; then

0 commit comments

Comments
 (0)