Skip to content

Commit 882e8fd

Browse files
authored
[stubsabot] Extend warning text when stubtest is disabled (#13664)
1 parent f7799bb commit 882e8fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/stubsabot.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,8 @@ def get_update_pr_body(update: Update, metadata: Mapping[str, Any]) -> str:
676676
body += textwrap.dedent(
677677
f"""
678678
679-
:warning: Review this PR manually, as stubtest is skipped in CI for {update.distribution}! :warning:
679+
:warning: Review this PR manually, as stubtest is skipped in CI for {update.distribution}!
680+
Also check whether stubtest can be reenabled. :warning:
680681
"""
681682
)
682683
return body

0 commit comments

Comments
 (0)