We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6692d0 + b5bb8b2 commit 0cf7acfCopy full SHA for 0cf7acf
1 file changed
src/teamwork.sh
@@ -151,8 +151,6 @@ teamwork::pull_request_opened() {
151
**$user** opened a PR: **[$pr_title]($pr_url)**
152
\`$base_ref\` ⬅️ \`$head_ref\`
153
154
----
155
-
156
${extracted_body}
157
"
158
@@ -201,8 +199,6 @@ teamwork::pull_request_review_submitted() {
201
199
teamwork::add_comment "
202
200
**$user** submitted a review to the PR: **[$pr_title]($pr_url)**
203
204
205
206
Review: **$review_state ✅**"
207
teamwork::add_tag "PR Approved"
208
teamwork::remove_tag "PR Changes Requested"
@@ -214,8 +210,6 @@ Review: **$review_state ✅**"
214
210
215
211
**$user** submitted a change request to the PR: **[$pr_title]($pr_url)**
216
212
217
218
219
213
Review: **$review_state 😔**
220
Comment: $comment"
221
0 commit comments