lindong28 commented on code in PR #92: URL: https://github.com/apache/flink-ml/pull/92#discussion_r859316310
########## .asf.yaml: ########## @@ -1,3 +1,17 @@ +github: + enabled_merge_buttons: + squash: true + merge: false + rebase: true + labels: + - flink + - big-data + - java + - scala + - python + - sql Review Comment: Thanks for the suggestion. Good catch. I have updated the PR to remove the label additions. The reason is that apache/kafka and apache/flink-statefun do not have `labels` in their `.asf.yaml`. And I also could not find any concrete usage of these labels in apache/flink's pull requests. The commit message has been updated as appropriate. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
