Skip to content

Commit

Permalink
Use notify_user instead of send_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Mar 6, 2024
1 parent 35df757 commit fd2383e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bert_e/workflow/gitwaterflow/queueing.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def notify_queue_build_failed(failed_prs: List[int], job: QueuesJob):
# only through build status checks.
for pr_id in failed_prs:
pull_request = job.project_repo.get_pull_request(pr_id)
send_comment(
notify_user(
job.settings, pull_request, exceptions.QueueBuildFailedMessage(
active_options=job.active_options,
frontend_url=job.bert_e.settings.frontend_url)
Expand Down

0 comments on commit fd2383e

Please sign in to comment.