diff --git a/master/custom/pr_testing.py b/master/custom/pr_testing.py index bb868f3af..234ee6114 100644 --- a/master/custom/pr_testing.py +++ b/master/custom/pr_testing.py @@ -265,7 +265,8 @@ def handle_issue_comment(self, payload, event): f"did not match any builder", logLevel=logging.DEBUG) yield self._post_comment( payload["issue"]["comments_url"], - "The regex {builder_filter!r} did not match any buildbot builder", + f"The regex {builder_filter!r} did not match any buildbot builder." + f"Is the requested builder in the list of stable builders?", ) return (changes, "git")