ci: add CODEOWNERS file - #6453
Conversation
| @@ -0,0 +1,14 @@ | |||
| approvers: | |||
There was a problem hiding this comment.
This is the format Kubernetes uses. Ceph has .github/CODEOWNERS which is probably nicer to use a we're part of that GitHub organization.
There was a problem hiding this comment.
done.
expands to include members in comments
6766f3b to
7cc32a3
Compare
| # Maintainers: nixpanic, Madhu-1, Rakshith-R | ||
| # Contributors: gman0, ShyamsundarR, pkalever, black-dragon74, | ||
| # agarwal-mudit, Nikhil-Ladha, yati1998, | ||
| # iPraveenParihar, gadididi |
There was a problem hiding this comment.
@gman0 , @ShyamsundarR , @pkalever , @agarwal-mudit , @yati1998 , you have not been active recently in code reviewing or other contributions. Do you plan to review PRs on regular basis? If not, it is probably time to drop you from the @ceph/ceph-csi-contributors team. Please let us know your opinion, thanks!
There was a problem hiding this comment.
yeah its fine for me to drop, I am currently working on ceph-monitoring side so not sure of active reviews here. thanks
There was a problem hiding this comment.
pls remove me. I have not contributed anything for ages.
There was a problem hiding this comment.
Yes, thanks Niels. It makes sense to drop me from the team at-least for now.
As I'm currently focused on RBD development and haven't been able to contribute to ceph-csi reviews regularly. Thanks for reaching out :-)
ed67b6a to
1ba4e0a
Compare
| # - Nikhil-Ladha | ||
| # - iPraveenParihar | ||
| # - gadididi |
There was a problem hiding this comment.
arrange it in alphabet order?
1ba4e0a to
a9a45bb
Compare
Add a CODEOWNERS file to automatically assign reviewers. Maintainers: - Madhu-1 - nixpanic - Rakshith-R Contributors: - black-dragon74 - gadididi - iPraveenParihar - Nikhil-Ladha Assisted-by: Claude <noreply@anthropic.com> Signed-off-by: Rakshith R <rar@redhat.com>
a9a45bb to
2d5e794
Compare
|
Deprecation notice: This pull request comes from a fork and was queued with |
Merge Queue Status
This pull request spent 50 seconds in the queue, including 9 seconds running CI. Required conditions to merge
|
Summary
.github/CODEOWNERSto automatically request reviews on PRs@ceph/ceph-csi-maintainersand@ceph/ceph-csi-contributorsas default owners for all filesMaintainers
Contributors
Test plan
Depends-on: #6444