mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[stubsabot] Extend warning text when stubtest is disabled (#13664)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user