Merge pull request #36065 from vdimir/fix_style_run_check

This commit is contained in:
Vladimir C 2022-04-08 12:58:31 +02:00 committed by GitHub
commit b9d3467be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,9 @@ if __name__ == "__main__":
elif SUBMODULE_CHANGED_LABEL in pr_info.labels:
pr_labels_to_remove.append(SUBMODULE_CHANGED_LABEL)
print("change labels: add {}, remove {}".format(pr_labels_to_add, pr_labels_to_remove))
print(
"change labels: add {}, remove {}".format(pr_labels_to_add, pr_labels_to_remove)
)
if pr_labels_to_add:
post_labels(gh, pr_info, pr_labels_to_add)