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
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
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
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:
>
>
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
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
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
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
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