janhoy commented on code in PR #2190: URL: https://github.com/apache/solr/pull/2190#discussion_r1450978270
########## .github/labeler.yml: ########## @@ -170,3 +173,104 @@ module:sql: - changed-files: - any-glob-to-any-file: - solr/modules/sql/** + +# Any test source files +tests: + - changed-files: + - any-glob-to-any-file: + - '**/src/test/**' + - '**/src/test-files/**' + +# Add category labels loosely based on java packages +cat:analysis: + - changed-files: + - any-glob-to-any-file: + - '**/org/apache/solr/analysis/**' + +cat:cli: + - changed-files: + - any-glob-to-any-file: + - '**/org/apache/solr/cli/**' + +cat:cloud: + - changed-files: + - any-glob-to-any-file: + - '**/org/apache/solr/cloud/**' + - '**/org/apache/solr/cluster/**' + +cat:backup: + - changed-files: + - any-glob-to-any-file: + - '**/org/apache/solr/core/backup/**' + - '**/org/apache/solr/hdfs/backup/**' + +cat:core: + - changed-files: + - any-glob-to-any-file: + - '**/org/apache/solr/core/**' + +cat:filestore: + - changed-files: + - any-glob-to-any-file: + - '**/org/apache/solr/filestore/**' + +cat:handler: Review Comment: Can handler go in `search` as well? -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org