Run CI for PRs with missing documentation if 'can be tested' label is present

This commit is contained in:
Michael Kolupaev 2023-11-20 21:47:17 +00:00
parent 0de18bfa6f
commit ff6dfd2490

View File

@ -150,7 +150,7 @@ def main():
DOCS_NAME, DOCS_NAME,
pr_info, pr_info,
) )
sys.exit(1) sys.exit(0)
if description_error: if description_error:
print( print(