We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb285f6 commit 24aabf8Copy full SHA for 24aabf8
1 file changed
src/teamwork.sh
@@ -228,7 +228,8 @@ teamwork::pull_request_review_dismissed() {
228
local -r user=$(github::get_sender_user)
229
teamwork::add_comment "Review dismissed by $user"
230
if [ -n "$comment" ]; then
231
- teamwork::add_comment "Comment: $comment"
+ else
232
+ teamwork::add_comment "Comment: $comment"
233
fi
234
teamwork::remove_tag "PR Open"
235
teamwork::remove_tag "PR Approved"
0 commit comments