Skip to content

Commit 24aabf8

Browse files
committed
chore: test
1 parent eb285f6 commit 24aabf8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/teamwork.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ teamwork::pull_request_review_dismissed() {
228228
local -r user=$(github::get_sender_user)
229229
teamwork::add_comment "Review dismissed by $user"
230230
if [ -n "$comment" ]; then
231-
teamwork::add_comment "Comment: $comment"
231+
else
232+
teamwork::add_comment "Comment: $comment"
232233
fi
233234
teamwork::remove_tag "PR Open"
234235
teamwork::remove_tag "PR Approved"

0 commit comments

Comments
 (0)