diff --git a/.github/actions/notify/action.yaml b/.github/actions/notify/action.yaml index bddd857d..b36c5369 100644 --- a/.github/actions/notify/action.yaml +++ b/.github/actions/notify/action.yaml @@ -144,5 +144,5 @@ runs: curl \ -X POST \ -H 'Content-Type: application/json' \ - "${{ inputs.webhook_url }}" \ + "${{ inputs.webhook_url }}?threadKey=run${{ github.run_id }}&messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD" \ -d "${PAYLOAD}"