From 9d8e2276093a702b6e24b55147d6e118aa534b08 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:28:28 +0200 Subject: [PATCH] fix: remove description of pr in message (#737) --- .github/workflows/notification.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/notification.yml b/.github/workflows/notification.yml index 86e92ab8..aa4e6aef 100644 --- a/.github/workflows/notification.yml +++ b/.github/workflows/notification.yml @@ -20,5 +20,4 @@ jobs: **Title:** ${{ github.event.pull_request.title }} **By:** ${{ github.event.pull_request.user.login }} **Branch:** ${{ github.event.pull_request.head.ref }} - **Description:** ${{ github.event.pull_request.body }} 🔗 ${{ github.event.pull_request.html_url }}