rust-vmm / community

rust-vmm community content
477 stars 26 forks source link

Missing crate owners for `virtio-queue-ser` #156

Open epilys opened 8 months ago

epilys commented 8 months ago

Running my check_owners.sh script, I get:

virtio-queue-ser
INFO: querying https://crates.io/api/v1/crates/virtio-queue-ser/owners
INFO: API reply was {"users":[{"avatar":"https://avatars.githubusercontent.com/u/511389?v=4","id":50358,"kind":"user","login":"slp","name":"Sergio López","url":"https://github.com/slp"},{"avatar":"https://avatars
.githubusercontent.com/u/10989787?v=4","id":96953,"kind":"user","login":"alexandruag","name":"Alexandru Agache","url":"https://github.com/alexandruag"},{"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/46028664?v=4","id":1481,"kind":"team","login":"github:r
ust-vmm:gatekeepers","name":"gatekeepers","url":"https://github.com/rust-vmm"}]}
OK: rust-vmm:gatekeepers is an owner.
OK: alexandruag is an owner.
ERROR: andreeaflorescu is not an owner.
ERROR: jiangliu is not an owner.
OK: slp is an owner.
ERROR: stsquad is not an owner.
ERROR: epilys is not an owner.
Missing crate owners for virtio-queue-ser, please add them.

@alexandruag, @slp you need to add

cargo owner --add andreeaflorescu virtio-queue-ser
cargo owner --add jiangliu virtio-queue-ser
cargo owner --add stsquad virtio-queue-ser
cargo owner --add epilys virtio-queue-ser