diff --git a/tools/pycafe/create_pycafe_links.py b/tools/pycafe/create_pycafe_links.py index 787a9088b..4471aef03 100644 --- a/tools/pycafe/create_pycafe_links.py +++ b/tools/pycafe/create_pycafe_links.py @@ -83,7 +83,7 @@ def post_comment(urls: list[tuple[str, str]]): comments = pr.get_issue_comments() bot_comment = None for comment in comments: - if comment.body.startswith("View the dashboards live on PyCafe:"): + if comment.body.startswith("View the example dashboards of the current commit live"): bot_comment = comment break