Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-05-29 Thread via GitHub
stefanvodita commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2918941880 Linking the PR related to the question above: #14721. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-05-26 Thread via GitHub
dweiss commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2910623550 I have a question - I have a fork of Lucene and create a pull request against that fork (not against the primary repo). This labeler action then fails because it - for some reason - lacks

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-02-05 Thread via GitHub
stefanvodita commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2636455151 I've seen new PRs get labels assigned. I like how it's working! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-02-02 Thread via GitHub
pseudo-nymous commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2629515885 I'll be happy to work on these. Thanks! -- 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

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-02-02 Thread via GitHub
stefanvodita commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2629513783 Brilliant! Let us know if you find anything. If you're interesting in this area of GitHub workflows / community tools, there are a few others that would be great to do: 1. #13898

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-02-02 Thread via GitHub
pseudo-nymous commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2629507768 Thanks. I checked if same script could be used to label older PRs but there is no such event corresponding to already closed PR. Maybe we can write an individual script

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-02-02 Thread via GitHub
stefanvodita commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2629498867 Thank you for this contribution @pseudo-nymous, I merged it just now and I'm really looking forward to see the first PR using it! -- This is an automated message from the Apache G

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-02-02 Thread via GitHub
stefanvodita merged PR #14101: URL: https://github.com/apache/lucene/pull/14101 -- 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...@lucen

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-30 Thread via GitHub
mikemccand commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2624467638 Wow, this looks really awesome! I wish we could retroactively apply it to PRs missing their module labels ... but let's start with this change (so new PRs are labeled). -- This is

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-30 Thread via GitHub
pseudo-nymous commented on code in PR #14101: URL: https://github.com/apache/lucene/pull/14101#discussion_r1935416351 ## .github/labeler.yml: ## @@ -0,0 +1,134 @@ +# This file defines module label mappings for the Lucene project. +# Each module is associated with a set of file g

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-30 Thread via GitHub
pseudo-nymous commented on code in PR #14101: URL: https://github.com/apache/lucene/pull/14101#discussion_r1935253167 ## .github/labeler.yml: ## @@ -0,0 +1,134 @@ +# This file defines module label mappings for the Lucene project. +# Each module is associated with a set of file g

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-30 Thread via GitHub
stefanvodita commented on code in PR #14101: URL: https://github.com/apache/lucene/pull/14101#discussion_r1935220020 ## .github/labeler.yml: ## @@ -0,0 +1,134 @@ +# This file defines module label mappings for the Lucene project. +# Each module is associated with a set of file gl

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-30 Thread via GitHub
pseudo-nymous commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2623844525 > This is great @pseudo-nymous! I left minor comments that I would like to see addressed, but this is very good already. I retract my concern about the action budget. This is runni

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-30 Thread via GitHub
pseudo-nymous commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2623829618 Did further testing with new sync flag, change is working as expected. Ref: https://github.com/pseudo-nymous/lucene/pull/3 -- This is an automated message from the Apache Git S

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-29 Thread via GitHub
pseudo-nymous commented on code in PR #14101: URL: https://github.com/apache/lucene/pull/14101#discussion_r1935132629 ## .github/workflows/label-pull-request.yml: ## @@ -0,0 +1,21 @@ +# This file defines the workflow for labeling pull requests with module tags based on the chan

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-29 Thread via GitHub
pseudo-nymous commented on code in PR #14101: URL: https://github.com/apache/lucene/pull/14101#discussion_r1935130586 ## .github/labeler.yml: ## @@ -0,0 +1,134 @@ +# This file defines module label mappings for the Lucene project. +# Each module is associated with a set of file g

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-29 Thread via GitHub
pseudo-nymous commented on code in PR #14101: URL: https://github.com/apache/lucene/pull/14101#discussion_r1935129051 ## .github/labeler.yml: ## @@ -0,0 +1,134 @@ +# This file defines module label mappings for the Lucene project. +# Each module is associated with a set of file g

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-29 Thread via GitHub
stefanvodita commented on code in PR #14101: URL: https://github.com/apache/lucene/pull/14101#discussion_r1934819611 ## .github/workflows/label-pull-request.yml: ## @@ -0,0 +1,21 @@ +# This file defines the workflow for labeling pull requests with module tags based on the chang

Re: [PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-29 Thread via GitHub
stefanvodita commented on PR #14101: URL: https://github.com/apache/lucene/pull/14101#issuecomment-2622114022 @pseudo-nymous, I'm only seeing this now, sorry! At first glance, it matches what I had in mind - thank you for addressing that issue! I'll do an in-depth review soon, but I'd appre

[PR] Use github wf to add module labels for PR based on file changes [lucene]

2025-01-04 Thread via GitHub
pseudo-nymous opened a new pull request, #14101: URL: https://github.com/apache/lucene/pull/14101 ### Description Adds a new bot to automate labelling of pull requests based file changes on the module. This bot uses `.github/labeler.yml` file to maintain mapping for module tags to cor