mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Print labels to log in run_check.py
This commit is contained in:
parent
2ebae2d722
commit
670fad56fc
@ -255,6 +255,7 @@ 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))
|
||||
if pr_labels_to_add:
|
||||
post_labels(gh, pr_info, pr_labels_to_add)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user