TaiJuWu commented on code in PR #17208: URL: https://github.com/apache/kafka/pull/17208#discussion_r1764260378
########## .github/labeler.yml: ########## @@ -0,0 +1,99 @@ +clients: +- changed-files: + - any-glob-to-any-file: + - 'clients/**' + +config: +- changed-files: + - any-glob-to-any-file: + - 'config/**' + +connect: +- changed-files: + - any-glob-to-any-file: + - 'connect/**' + +core: +- changed-files: + - any-glob-to-any-file: + - 'core/**' + +raft: +- changed-files: + - any-glob-to-any-file: + - 'raft/**' + +storage: +- changed-files: + - any-glob-to-any-file: + - 'storage/**' + +streams: +- changed-files: + - any-glob-to-any-file: + - 'streams/**' + +tests: +- changed-files: + - any-glob-to-any-file: + - 'tests/**' Review Comment: Keep this one to reminder me temporarily until I find a new method to add tests label like @chia7712 said. ########## .github/labeler.yml: ########## @@ -0,0 +1,99 @@ +clients: +- changed-files: + - any-glob-to-any-file: + - 'clients/**' + +config: +- changed-files: + - any-glob-to-any-file: + - 'config/**' + +connect: +- changed-files: + - any-glob-to-any-file: + - 'connect/**' + +core: +- changed-files: + - any-glob-to-any-file: + - 'core/**' + +raft: +- changed-files: + - any-glob-to-any-file: + - 'raft/**' + +storage: +- changed-files: + - any-glob-to-any-file: + - 'storage/**' + +streams: +- changed-files: + - any-glob-to-any-file: + - 'streams/**' + +tests: +- changed-files: + - any-glob-to-any-file: + - 'tests/**' Review Comment: Keep this one to reminder me temporarily until I find a new method to add tests label like @chia7712 suggestion. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org