We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891c532 commit bc07fe5Copy full SHA for bc07fe5
.github/workflows/release.yaml
@@ -79,4 +79,4 @@ jobs:
79
--fill
80
81
PR_ID=$(gh pr list --state open --search "base:${{ env.BRANCH_DEVELOP }} head:${{ github.head_ref }}" | head -1 | cut -f1)
82
- [[ ! -z "$PR_ID" ]] && gh pr merge ${PR_ID} -d -t "${{ env.PR_TITLE }}" || echo "Empty PR ID. Ignored!"
+ [[ ! -z "$PR_ID" ]] && gh pr merge ${PR_ID} -m -d -t "${{ env.PR_TITLE }}" || echo "Empty PR ID. Ignored!"
0 commit comments