From 018a8ba6607f2882fa4689e57bc5712033c64556 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Tue, 13 Jun 2023 13:03:52 -0500 Subject: [PATCH] [Backport 2.x] Add Andrey Pleskach (Willyborankin) to Maintainers (#2843) (#2852) * Add Andrey to Maintainers Signed-off-by: Stephen Crawford Signed-off-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com> Signed-off-by: Peter Nied Co-authored-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- MAINTAINERS.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5478135783..5041f4b625 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @cliu123 @cwperks @DarshitChanpura @davidlago @peternied @RyanL1997 @scrawfor99 +* @cliu123 @cwperks @DarshitChanpura @davidlago @peternied @RyanL1997 @scrawfor99 @reta @willyborankin diff --git a/MAINTAINERS.md b/MAINTAINERS.md index ceb525084a..e4d85e7f21 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,7 +1,8 @@ - [OpenSearch Security Maintainers](#opensearch-security-maintainers) - [Maintainers](#maintainers) + - [Practices](#practices) - [Updating Practices](#updating-practices) -- [Practices](#practices) +- [Practices](#practices-1) - [Reverting Commits](#reverting-commits) - [Performing Revert](#performing-revert) @@ -14,6 +15,13 @@ | Darshit Chanpura | [DarshitChanpura](https://github.com/DarshitChanpura) | Amazon | | Dave Lago | [davidlago](https://github.com/davidlago) | Amazon | | Peter Nied | [peternied](https://github.com/peternied) | Amazon | +| Craig Perkins | [cwperks](https://github.com/cwperks) | Amazon | +| Ryan Liang | [RyanL1997](https://github.com/RyanL1997) | Amazon | +| Stephen Crawford | [scrawfor99](https://github.com/scrawfor99) | Amazon | +| Andriy Redko | [reta](https://github.com/reta) | Aiven | +| Andrey Pleskach | [willyborankin](https://github.com/willyborankin) | Aiven | + +## Practices ### Updating Practices To ensure common practices as maintainers, all practices are expected to be documented here or enforced through github actions. There should be no expectations beyond what is documented in the repo [CONTRIBUTING.md](./CONTRIBUTING.md) and OpenSearch-Project [CONTRIBUTING.md](https://github.com/opensearch-project/.github/blob/main/CONTRIBUTING.md). To modify an existing processes or create a new one, make a pull request on this MAINTAINERS.md for review and merge it after all maintainers approve of it.