Re: [PR] GH Labeler action: Category labels [solr]

2024-02-16 Thread via GitHub
janhoy merged PR #2190: URL: https://github.com/apache/solr/pull/2190 -- 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

Re: [PR] GH Labeler action: Category labels [solr]

2024-02-16 Thread via GitHub
dsmiley commented on PR #2190: URL: https://github.com/apache/solr/pull/2190#issuecomment-1949268032 LGTM @janhoy -- 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 unsubs

Re: [PR] GH Labeler action: Category labels [solr]

2024-02-16 Thread via GitHub
janhoy commented on PR #2190: URL: https://github.com/apache/solr/pull/2190#issuecomment-1948121173 @dsmiley WDYT about latest iteration? Should we simplify it into even fewer categories? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] GH Labeler action: Category labels [solr]

2024-01-28 Thread via GitHub
janhoy commented on PR #2190: URL: https://github.com/apache/solr/pull/2190#issuecomment-1913734064 Did some consolidation, now down to 9 new category labels: > api, cli, cloud, index, metrics, packagemanager, schema, search, security -- This is an automated message from the Apache Git

Re: [PR] GH Labeler action: Category labels [solr]

2024-01-12 Thread via GitHub
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

Re: [PR] GH Labeler action: Category labels [solr]

2024-01-12 Thread via GitHub
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

Re: [PR] GH Labeler action: Category labels [solr]

2024-01-12 Thread via GitHub
janhoy commented on code in PR #2190: URL: https://github.com/apache/solr/pull/2190#discussion_r1450978720 ## .github/labeler.yml: ## @@ -170,3 +173,104 @@ module:sql: - changed-files: - any-glob-to-any-file: - solr/modules/sql/** + +# Any test source files

Re: [PR] GH Labeler action: Category labels [solr]

2024-01-12 Thread via GitHub
janhoy commented on code in PR #2190: URL: https://github.com/apache/solr/pull/2190#discussion_r1450977221 ## .github/labeler.yml: ## @@ -170,3 +173,135 @@ module:sql: - changed-files: - any-glob-to-any-file: - solr/modules/sql/** + +# Any test source files

Re: [PR] GH Labeler action: Category labels [solr]

2024-01-12 Thread via GitHub
janhoy commented on code in PR #2190: URL: https://github.com/apache/solr/pull/2190#discussion_r1450976745 ## .github/labeler.yml: ## @@ -170,3 +173,135 @@ module:sql: - changed-files: - any-glob-to-any-file: - solr/modules/sql/** + +# Any test source files

Re: [PR] GH Labeler action: Category labels [solr]

2024-01-12 Thread via GitHub
janhoy commented on code in PR #2190: URL: https://github.com/apache/solr/pull/2190#discussion_r1450975710 ## .github/labeler.yml: ## @@ -170,3 +173,135 @@ module:sql: - changed-files: - any-glob-to-any-file: - solr/modules/sql/** + +# Any test source files

Re: [PR] GH Labeler action: Category labels [solr]

2024-01-12 Thread via GitHub
dsmiley commented on code in PR #2190: URL: https://github.com/apache/solr/pull/2190#discussion_r1450859664 ## .github/labeler.yml: ## @@ -170,3 +173,135 @@ module:sql: - changed-files: - any-glob-to-any-file: - solr/modules/sql/** + +# Any test source files

[PR] GH Labeler action: Category labels [solr]

2024-01-12 Thread via GitHub
janhoy opened a new pull request, #2190: URL: https://github.com/apache/solr/pull/2190 Followup from #2180 Add GH labels based on java packages, e.g. for a package `org.apache.solr.foo[.xxx]`, assign label `cat:foo`. Also added label `tests` when any test is touched. Mo