diff --git a/.github/workflows/cherryPick.yml b/.github/workflows/cherryPick.yml index 2ccafe15d174..88cf51bed974 100644 --- a/.github/workflows/cherryPick.yml +++ b/.github/workflows/cherryPick.yml @@ -254,10 +254,11 @@ jobs: status: custom custom_payload: | { - "channel": "#deployer", - "attachments": [{ - "color": "#DB4545", - "text": "🚨 Cherry-pick to ${{ inputs.TARGET }} has conflicts and requires manual resolution.\nOriginal PR: ${{ inputs.PULL_REQUEST_URL }}\nConflict PR: ${{ steps.createPullRequest.outputs.PR_URL }}" + channel: '#deployer', + attachments: [{ + color: "#DB4545", + pretext: ``, + text: "🚨 Cherry-pick to ${{ inputs.TARGET }} has conflicts and requires manual resolution.\nOriginal PR: ${{ inputs.PULL_REQUEST_URL }}\nConflict PR: ${{ steps.createPullRequest.outputs.PR_URL }}" }] } env: