raulcd opened a new issue, #338: URL: https://github.com/apache/arrow-site/issues/338
The [committers.yml file on the arrow-site repository](https://github.com/apache/arrow-site/blob/main/_data/committers.yml) contains information about the PMC and committers for the Arrow project. The current information is: ``` - name: committer name role: VP/PMC/committer alias: ASF alias affiliation: Work affiliation ``` We have implemented a[ PR automation workflow](https://github.com/apache/arrow/pull/34161) on the Arrow repository to better keep track of the state of PRs. We assumed the [alias on the committers file was the GitHub id](https://github.com/apache/arrow/pull/34557) instead of the ASF id. In general this is working because lots of members use the same ASF id than their GitHub id. In some cases we are still not correctly identifying the committers. I would like to add the the list of committers also their GitHub id similar to the [contributors.yml](https://github.com/apache/arrow-site/blob/main/_data/contributors.yml#L21): ``` - name: committer name role: VP/PMC/committer alias: ASF alias githubId: The github ID affiliation: Work affiliation ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
