SovereignCloudStack / github-manager

GitHub repository management through Ansible & Python
https://scs.community/contribute/
Apache License 2.0
0 stars 3 forks source link

Fix consistency of repo definitions #295

Open scoopex opened 1 week ago

scoopex commented 1 week ago

pipenv run ./check_consistency.py results:

Repos not defined in github-manager:

Users not (yet) assigned to the github organization:

Users which are not defined in github manager:

28 errors detected

scoopex commented 1 week ago

I assigned all owners oft the SCS orga to this task. It seems there are a good number of entities which are not managed by github manager.

Please be so kind as to correct the users and repos listed and then hook them on the list.

From October 14th, I will do the following:

fkr commented 1 week ago

A lot of the users where removed by me with this commit: https://github.com/SovereignCloudStack/github-manager/pull/290 I wonder why they're not properly removed from the github org. @scoopex I would suggest that you and me look at this tomorrow together.

scoopex commented 1 week ago

With "exclusive: true" for the orga definition we can automatically remove undefined users.

bitkeks commented 1 week ago

Repo https://github.com/SovereignCloudStack/scs-bootstrap-clusterstacks-openstack was integrated with https://github.com/SovereignCloudStack/github-manager/pull/293