From 7b911ebf704de9c58652c86e42a40b536c609f82 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 17 Apr 2026 10:35:19 +0200 Subject: [PATCH] feat: add notification in thread [skip ci] --- .github/actions/notify/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.49.1