Commit graph

7 commits

Author SHA1 Message Date
Manos Pitsidianakis
fce6393fca CODEOWNERS: add myself as reviewer
Help out with PR reviews and various maintenance tasks.

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
2025-07-24 13:09:49 +02:00
German Maglione
89126226b5 Add myself as code owner
Signed-off-by: German Maglione <gmaglione@redhat.com>
2024-03-07 09:46:49 +01:00
Erik Schilling
701ce5d256 CODEOWNERS: add myself
@stefano-garzarella asked me whether I would be willing to help with
reviews here.

While my availability will probably be a lot worse starting with next
year, I should still be able to do some reviews or ocassional releases.

Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
2023-11-23 18:28:47 +08:00
Laura Loghin
4bc87adf80 fix CODEOWNERS file
The gatekeeper-PullAssigner was not correctly added in
the codeowners file (with its github handle). Removed it
from the file, so that the codewners are automatically
requested to review a new PR.
Since I was here, also reordered alphabetically the users.

Signed-off-by: Laura Loghin <lauralg@amazon.com>
2022-02-16 15:55:50 +01:00
Stefano Garzarella
af637585b8 CODEOWNERS: add stefano-garzarella
Add myself to CODEOWNERS to help with reviews and maintaining
this code.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
2021-08-31 16:48:22 +08:00
Liu Jiang
576694bcfb Prepare for publishing to crates.io
Prepare for publishing to crates.io,
1) update README.md
2) update Cargo.toml
3) set code owners

It should be ready for publishing now.

Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
2021-03-01 12:50:56 +01:00
Samuel Ortiz
8cb0b09bec CODEOWNERS: Make PullAssigner the default owner
The PullAssigner bot [1] will pick 2 github handles from the gate
keepers list [2] and assign them for reviewing any new PR.
The bot goes uses a round robin algorithm to select handles from the
list.

What happens when the CODEOWNERS file gets populated with real
owners? Following the PR review and approval process [3], the
PullAssigner bot will either pick only one or zero reviewers from the
gate keepers list, if the CODEOWNERS file points to exactly one or more
than one actual ownwer, respectively.

[1] https://pullpanda.com/assigner
[2] https://github.com/rust-vmm/community/blob/master/GATEKEEPERS.md
[3] https://github.com/rust-vmm/community#pr-review-and-approval

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-09-10 13:59:28 +08:00