Skip to content

Missing crate owners for vm-superio-ser #172

@epilys

Description

@epilys

Running my check_owners.sh script, I get:

vm-superio-ser
INFO: querying https://crates.io/api/v1/crates/vm-superio-ser/owners
INFO: API reply was {"users":[{"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:rust-vmm:gatekeepers","name":"gatekeepers","url":"https://github.com/rust-vmm"}]}
OK: rust-vmm:gatekeepers is an owner.
ERROR: andreeaflorescu is not an owner.
OK: lauralt is an owner.
ERROR: gsserge is not an owner.
ERROR: roypat is not an owner.
ERROR: JonathanWoollett-Light is not an owner.
Missing crate owners for vm-superio-ser, please add them.

@lauralt you need to exec:

cargo owner --add andreeaflorescu vm-superio-ser ;
cargo owner --add gsserge vm-superio-ser ;
cargo owner --add roypat vm-superio-ser ;
cargo owner --add JonathanWoollett-Light vm-superio-ser 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions