rust-vmm / community

rust-vmm community content
495 stars 27 forks source link

Missing crate owners for `vhost-device-scmi` #167

Closed epilys closed 11 months ago

epilys commented 11 months ago

Running my check_owners.sh script, I get:

vhost-device-scmi
INFO: querying https://crates.io/api/v1/crates/vhost-device-scmi/owners
INFO: API reply was {"users":[{"avatar":"https://avatars.githubusercontent.com/u/6713874?v=4","id":92595,"kind":"user","login":"stefano-garzarella","name":"Stefano Garzarella","url":"https://github.com/stefano-garzarella"},{"avatar":"https://avatars.githubusercontent.com/u/571355?v=4","id":155147,"kind":"user","login":"mathieupoirier","name":"Mathieu Poirier","url":"https://github.com/mathieupoirier"},{"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/12929622?v=4","id":216541,"kind":"user","login":"vireshk","name":"Viresh Kumar","url":"https://github.com/vireshk"},{"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.
ERROR: stsquad is not an owner.
OK: vireshk is an owner.
OK: stefano-garzarella is an owner.
ERROR: epilys is not an owner.
Missing crate owners for vhost-device-scmi, please add them.

@vireshk, @stefano-garzarella you need to exec:

cargo owner --add stsquad vhost-device-scmi ;
cargo owner --add epilys vhost-device-scmi
stefano-garzarella commented 11 months ago
$ cargo owner --add stsquad vhost-device-scmi ;
cargo owner --add epilys vhost-device-scmi
    Updating crates.io index
       Owner user stsquad already has a pending invitation to be an owner of crate vhost-device-scmi
    Updating crates.io index
       Owner user epilys has been invited to be an owner of crate vhost-device-scmi