Skip to content

Commit

Permalink
PTFE-1482 accidental removal of comment function
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Mar 6, 2024
1 parent 6278dd1 commit 6af0bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bert_e/workflow/pr_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def _send_comment(settings, pull_request: AbstractPullRequest, msg: str,
return

LOG.debug('SENDING MESSAGE %s', msg)
pull_request.add_comment(msg)


def _send_bot_status(settings, pull_request: AbstractPullRequest,
Expand Down

0 comments on commit 6af0bbe

Please sign in to comment.