rust-vmm / community

rust-vmm community content
499 stars 28 forks source link

Missing crate owners for `vm-superio` #171

Closed epilys closed 1 year ago

epilys commented 1 year ago

Running my check_owners.sh script, I get:

vm-superio
INFO: querying https://crates.io/api/v1/crates/vm-superio/owners
INFO: API reply was {"users":[{"avatar":"https://avatars.githubusercontent.com/u/2815944?v=4","id":37110,"kind":"user","login":"andreeaflorescu","name":"Andreea Florescu","url":"https://github.com/andreeaflorescu"},{"avatar":"https://avatars.githubusercontent.com/u/16856679?v=4","id":79784,"kind":"user","login":"JonathanWoollett-Light","name":"Jonathan Woollett-Light","url":"https://github.com/JonathanWoollett-Light"},{"avatar":"https://avatars.githubusercontent.com/u/46103760?v=4","id":99643,"kind":"user","login":"lauralt","name":"Laura Loghin","url":"https://github.com/lauralt"},{"avatar":"https://avatars.githubusercontent.com/u/115481277?v=4","id":186043,"kind":"user","login":"roypat","name":"Patrick Roy","url":"https://github.com/roypat"},{"avatar":"https://avatars.githubusercontent.com/u/46028664?v=4","id":1481,"kind":"team","login":"github:rust-vmm:gatekeepers","name":"gatekeepers","url":"https://github.com/rust-vmm"}]}
OK: rust-vmm:gatekeepers is an owner.
OK: andreeaflorescu is an owner.
OK: lauralt is an owner.
ERROR: gsserge is not an owner.
OK: roypat is an owner.
OK: JonathanWoollett-Light is an owner.
Missing crate owners for vm-superio, please add them.

@andreeaflorescu, @lauralt, @roypat, @JonathanWoollett-Light you need to exec:

cargo owner --add gsserge vm-superio
andreeaflorescu commented 1 year ago

@gsserge is no longer active in the project. I will ask him if he still wants to be a maintainer.

epilys commented 1 year ago

It was picked up from the CODEOWNERS file, so it should be updated maybe

epilys commented 1 year ago

Let's reopen this if there's an update.