We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d13dea1 + 05a53bb commit 181fce2Copy full SHA for 181fce2
1 file changed
.github/workflows/post-release-mergeback.yml
@@ -119,5 +119,6 @@ jobs:
119
--head "$NEW_BRANCH" \
120
--base "$BASE_BRANCH" \
121
--title "$PR_TITLE" \
122
+ --label "Update dependencies" \
123
--body "$PR_BODY" \
124
${DRAFT:+"$DRAFT"} # no quotes around $DRAFT. gh will error out if there is an empty ""
0 commit comments