w3c / ash-nazg

One interface to find all group contributors and in IPR bind them
https://labs.w3.org/repo-manager/
MIT License
22 stars 24 forks source link

Bot having issues validating user's group membership #242

Closed robertlong closed 2 years ago

robertlong commented 2 years ago

I'm having difficulties with the ipr bot which is failing to validate the group membership of one of my community group's members @mikeskydev

https://labs.w3.org/repo-manager/pr/id/omigroup/gltf-extensions/56

He says that he has joined the community group, which I can verify in the group's member list. He also says has linked his GitHub account to his w3c profile. I've revalidated the PR multiple times and it still fails. I can merge the PR since I can manually prove he's signed the CLA, but I'd like for the bot to work for him in the future. Does anyone have any clues as to what is going on?

deniak commented 2 years ago

I found that @mikeskydev actually has two W3C accounts (icosagallery and mikesky).

Initially, the first account was connected to GitHub and he then changed that to the second account (the one participating in the CG). However, the repository manager only keeps track of the first connected account which created the issue. I've fixed it the record and the PR now validates correctly.

@mikeskydev, are you ok if I delete your first account which doesn't seem to be used?

mikeskydev commented 2 years ago

Ah yes, apologies for that! Yes feel free to delete the first one.

deniak commented 2 years ago

Ah yes, apologies for that! Yes feel free to delete the first one.

Thanks for the confirmation. The account has now been disabled.

robertlong commented 2 years ago

Thanks!