We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e5447 commit 91b6c0cCopy full SHA for 91b6c0c
.github/workflows/backport.yml
@@ -283,6 +283,7 @@ jobs:
283
--head "${PR_HEAD}" \
284
--title "$PR_TITLE" \
285
--assignee "${GITHUB_ACTOR}" \
286
+ --draft \
287
--body "$(echo -e "$BODY")")
288
289
if gh label list --repo "${PR_REPO}" --json name --jq '[.[].name] | contains(["Auto-backport"])' | grep -q 'true'; then
0 commit comments