rust-vmm / community

rust-vmm community content
495 stars 27 forks source link

Missing crate owners for `libgpiod` #163

Closed epilys closed 11 months ago

epilys commented 11 months ago

Running my check_owners.sh script, I get:

libgpiod
INFO: querying https://crates.io/api/v1/crates/libgpiod/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'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, please add them.

@vireshk you need to exec:

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

This looks off... libgpiod is not maintained by us?

epilys commented 11 months ago

Closing, this was a false match