rust-vmm / community

rust-vmm community content
499 stars 28 forks source link

Missing crate owners for `vfio-bindings` #159

Open epilys opened 1 year ago

epilys commented 1 year ago

Running my check_owners.sh script, I get:

vfio-bindings
INFO: querying https://crates.io/api/v1/crates/vfio-bindings/owners
INFO: API reply was {"users":[{"avatar":"https://avatars.githubusercontent.com/u/1043863?v=4","id":35756,"kind":"user","login":"sameo","name":"Samuel Ortiz","url":"https://github.com/sameo"},{"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/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: jiangliu is not an owner.
OK: liuw is not an owner.
OK: sameo is an owner.
ERROR: sboeuf is not an owner.
Missing crate owners for vfio-bindings, please add them.

@sameo you need to exec:

cargo owner --add sboeuf vfio-bindings
epilys commented 1 year ago

@andreeaflorescu you're also an owner, you'd be able to do add those missing

andreeaflorescu commented 12 months ago

Uh, oh, missed that. I wonder why I am an owner though :D. I'll add the owners now.

andreeaflorescu commented 12 months ago

Done. @jiangliu @liuw @sboeuf please accept your invites.

epilys commented 11 months ago

Only @sboeuf left