rust-vmm / community

rust-vmm community content
495 stars 27 forks source link

Missing crate owners for `libgpiod-sys` #162

Closed epilys closed 11 months ago

epilys commented 11 months ago

Running my check_owners.sh script, I get:

libgpiod-sys
INFO: querying https://crates.io/api/v1/crates/libgpiod-sys/owners
INFO: API reply was {"users":[{"avatar":"https://avatars.githubusercontent.com/u/741061?v=4","id":216538,"kind":"user","login":"Ablu","name":"Erik Schilling","url":"https://github.com/Ablu"},{"avatar":"https://av
atars.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/3023613?v=4","i
d":216571,"kind":"user","login":"brgl","name":"Bartosz Gołaszewski","url":"https://github.com/brgl"}]}
ERROR: rust-vmm:gatekeepers team must be in libgpiod-sys's owners.
ERROR: stsquad is not an owner.
OK: vireshk is an owner.
ERROR: stefano-garzarella is not an owner.
ERROR: epilys is not an owner.
Missing crate owners for libgpiod-sys, please add them.

@vireshk you need to exec:

cargo owner --add rust-vmm:gatekeepers libgpiod-sys ;
cargo owner --add stsquad libgpiod-sys ;
cargo owner --add stefano-garzarella libgpiod-sys ;
cargo owner --add epilys libgpiod-sys
Ablu commented 11 months ago

This looks off, see https://github.com/rust-vmm/community/issues/163

epilys commented 11 months ago

Closing, this was a false match