Re: [DISCUSS] New "asf-committers" branch

2024-12-04 Thread David Arthur
Thanks to a tip from an Apache Arrow committer, I found another way to check if a GH user was a committer. This solves the issue I was facing for the "triage" label workflow. For future automations, we may still consider including a list of committers in the source (whether on an orphaned branch o

Re: [DISCUSS] New "asf-committers" branch

2024-12-04 Thread David Arthur
Thanks for the pointers, everyone. Lots of TIL :) The kafka-committers team is a "secret" team in GH, so I don't think the GH automation will be able to access it. I'll follow up with Infra to see if there's a way. That would definitely be the simplest solution. Mickael, the idea behind the orpha

Re: [DISCUSS] New "asf-committers" branch

2024-12-04 Thread Divij Vaidya
The committer information is also publicly available in a json format at https://whimsy.apache.org/public/public_ldap_projects.json We can choose to parse the json to extract the committers. It won't require any authentication to generate our file. -- Divij Vaidya On Wed, Dec 4, 2024 at 10:56 

Re: [DISCUSS] New "asf-committers" branch

2024-12-04 Thread Mickael Maison
Hi David, Yes there's a GitHub team: https://github.com/orgs/apache/teams/kafka-committers In case we still need to store the information in the repo, why do you want to put it in a separate branch and not directly in trunk? Thanks, Mickael On Wed, Dec 4, 2024 at 5:47 AM David Jacot wrote: > >

Re: [DISCUSS] New "asf-committers" branch

2024-12-03 Thread David Jacot
Hi David, I think that there is a « kafka committer » team within the Apache organization. You may be able to query it. It seems to be automatically populated based on the roaster data. Best, David Le mar. 3 déc. 2024 à 23:52, David Arthur a écrit : > Chia-Ping, > > > Do we have documentation

Re: [DISCUSS] New "asf-committers" branch

2024-12-03 Thread David Arthur
Chia-Ping, > Do we have documentation for the manual steps? If so, I'm + 1 to create an orphaned branch to store the extra committer list, and could you please add this new step to the document. I don't see anything in the wiki, but I'd be happy to write that up. > Or you are talking about "appr

Re: [DISCUSS] New "asf-committers" branch

2024-12-03 Thread Divij Vaidya
Hey David You can find the authoritative list of committers and PMC members here - https://whimsy.apache.org/roster/committee/kafka If you click on usernames here, you can find the corresponding GitHub ID as well. Whimsy has its API documented at https://whimsy.apache.org/docs/api/ , hence, it ma

Re: [DISCUSS] New "asf-committers" branch

2024-12-03 Thread Chia-Ping Tsai
hi David, (I copy your response from PR to here) > There's already a lot of manual steps involved in becoming a committer. Do we have documentation for the manual steps? If so, I'm + 1 to create an orphaned branch to store the extra committer list, and could you please add this new step to the d

[DISCUSS] New "asf-committers" branch

2024-12-03 Thread David Arthur
Hey folks, as part of https://github.com/apache/kafka/pull/17881 I found myself in need of a list of github usernames that belonged to Kafka committers. As far as I know, there is no such mapping defined anywhere. I would like to create a new branch that contains a config file that lets us map GH