TaiJuWu commented on code in PR #17208: URL: https://github.com/apache/kafka/pull/17208#discussion_r1766061907
########## .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: Hi @mumrah , I think https://github.com/apache/kafka/pull/17208/commits/91bafe1d6015c058056978d4d5ff4acd264e04f9 meet @chia7712 requirement. It will label "module" + "tests". PTAL. -- 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]
