[stubsabot] Extend warning text when stubtest is disabled (#13664)

This commit is contained in:
Sebastian Rittau
2025-03-18 13:35:25 +01:00
committed by GitHub
parent f7799bb683
commit 882e8fd2b3
+2 -1
View File
@@ -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