diff --git a/scripts/stubsabot.py b/scripts/stubsabot.py index 3e755ca2d..a8e1b2ba5 100755 --- a/scripts/stubsabot.py +++ b/scripts/stubsabot.py @@ -676,7 +676,8 @@ def get_update_pr_body(update: Update, metadata: Mapping[str, Any]) -> str: body += textwrap.dedent( f""" - :warning: Review this PR manually, as stubtest is skipped in CI for {update.distribution}! :warning: + :warning: Review this PR manually, as stubtest is skipped in CI for {update.distribution}! + Also check whether stubtest can be reenabled. :warning: """ ) return body