-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REF] remove inactive members (1/2) #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
big up for @elicoidal's work still.
I personnaly think you can also make another PR to remove inactive maintainers. May be 1 year is a bit short (people easily get busy doing something else for a year) I would say inactive during 18 or 24 months as a start.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK for the other too
@albariera is no longer an active member of OCA, so you can remove her |
@legalsylvain would you mind opening a draft PR w/ the script here? https://github.com/OCA/repo-maintainer/tree/master/scripts |
No, it is a very dirty code, written in a few minutes ! nothing that can be shared. In fact the verification is manual. (Once all the images dowloaded a check locally in my computer, image by image). https://gist.github.com/legalsylvain/4dd23e26c3f27305d7f2647851abd590 |
Hi all.
I have the feeling that the list of maintainers is not at all up to date. I mean, some people don't participate at all in the repo they're supposed to maintain, or even don't contribute at all to the OCA (review / comment / contribution / etc...).
Current PR :
I made a script to identify maintainers who hadn't had a single interaction on github in 1 year. (not a comment, not a commit). here is the list. do you mind if I make another PR to remove these people? Thanks !