mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Merge pull request #36065 from vdimir/fix_style_run_check
This commit is contained in:
commit
b9d3467be4
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user