From b5bb8b2b7f989c7d2a3d1cd07211ba30267daf95 Mon Sep 17 00:00:00 2001 From: Richard Lock Date: Tue, 12 Nov 2024 17:44:46 -0500 Subject: [PATCH] chore: further formatting changes --- src/teamwork.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/teamwork.sh b/src/teamwork.sh index c095dff2..cece7171 100644 --- a/src/teamwork.sh +++ b/src/teamwork.sh @@ -151,8 +151,6 @@ teamwork::pull_request_opened() { **$user** opened a PR: **[$pr_title]($pr_url)** \`$base_ref\` ⬅️ \`$head_ref\` ---- - ${extracted_body} " @@ -201,8 +199,6 @@ teamwork::pull_request_review_submitted() { teamwork::add_comment " **$user** submitted a review to the PR: **[$pr_title]($pr_url)** ---- - Review: **$review_state ✅**" teamwork::add_tag "PR Approved" teamwork::remove_tag "PR Changes Requested" @@ -214,8 +210,6 @@ Review: **$review_state ✅**" teamwork::add_comment " **$user** submitted a change request to the PR: **[$pr_title]($pr_url)** ---- - Review: **$review_state 😔** Comment: $comment"