-
Notifications
You must be signed in to change notification settings - Fork 138
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
cleanup,org: remove inactive kubevirt org members #3736
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold to wait for rebase |
/cc @aburdenthehand |
/test pull-project-infra-prow-deploy-test |
c6d4a60
to
25a79c9
Compare
/unhold since the base on the other commit is not necessary for this PR to merge |
We have a policy for KubeVirt organization membership that requires all members to be active contributors [1] . In order to keep the community clean, inactive members will be removed from time to time. That's what this commit does. If you have contributions counting against the inactivity period, please veto in this PR within a week. [1]: https://github.com/kubevirt/community/blob/main/membership_policy.md#inactive-members Signed-off-by: Daniel Hiller <dhiller@redhat.com>
25a79c9
to
f464a64
Compare
Since this is here for a week now I am going to /unhold this now. I'll add the people to the ALUMNI in a follow up, after this got merged. Looking for maintainers to approve and lgtm this PR, FYI @aburdenthehand @vladikr WRT to ALUMNI, I've created a PR for the ALUMNI to be generated to ease automation in the future: kubevirt/community#351 |
Adding additional maintainers to give chance to react |
What this PR does / why we need it:
We have a policy for KubeVirt organization membership that requires
all members to be active contributors 1 .
In order to keep the community clean, inactive members will be removed
from time to time. That's what this PR does.
If you have contributions counting against the inactivity period, please
veto in this PR within a week.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Note that this PR was created using changes from #3693