Skip to content

Commit 9677dcd

Browse files
good afternoon, good evening, and good night (#10207) (#10218)
(cherry picked from commit 634e477) Signed-off-by: Archer <naarcha@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 697e539 commit 9677dcd

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @kolchfa-aws @Naarcha-AWS @AMoo-Miki @natebower @dlvenable @epugh @sumobrian
1+
* @kolchfa-aws @AMoo-Miki @natebower @dlvenable @epugh @sumobrian

.github/workflows/pr_checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
script: |
3131
let assignee = context.payload.pull_request.user.login;
32-
const prOwners = ['Naarcha-AWS', 'kolchfa-aws', 'natebower'];
32+
const prOwners = ['kolchfa-aws', 'natebower'];
3333
3434
if (!prOwners.includes(assignee)) {
3535
assignee = 'kolchfa-aws'

MAINTAINERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ This document lists the maintainers in this repo. See [opensearch-project/.githu
77
| Maintainer | GitHub ID | Affiliation |
88
| ---------------- | ----------------------------------------------- | ----------- |
99
| Fanit Kolchina | [kolchfa-aws](https://github.com/kolchfa-aws) | Amazon |
10-
| Nate Archer | [Naarcha-AWS](https://github.com/Naarcha-AWS) | Amazon |
1110
| Nathan Bower | [natebower](https://github.com/natebower) | Amazon |
1211
| Miki Barahmand | [AMoo-Miki](https://github.com/AMoo-Miki) | Amazon |
1312
| David Venable | [dlvenable](https://github.com/dlvenable) | Amazon |
@@ -20,4 +19,5 @@ This document lists the maintainers in this repo. See [opensearch-project/.githu
2019
| ---------------- | ------------------------------------------------------- | ----------- |
2120
| Heather Halter | [hdhalter](https://github.com/hdhalter) | Amazon |
2221
| Melissa Vagi | [vagimeli](https://github.com/vagimeli) | Amazon |
23-
| Stephen Crawford | [stephen-crawford](https://github.com/stephen-crawford) | Amazon |
22+
| Stephen Crawford | [stephen-crawford](https://github.com/stephen-crawford) | Amazon |
23+
| Nate Archer | [Naarcha-AWS](https://github.com/Naarcha-AWS) | Amazon |

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ The following resources provide important guidance regarding contributions to th
2323
If you encounter problems or have questions when contributing to the documentation, these people can help:
2424

2525
- [kolchfa-aws](https://github.com/kolchfa-aws)
26-
- [Naarcha-AWS](https://github.com/Naarcha-AWS)
27-
2826

2927
## Code of conduct
3028

0 commit comments

Comments
 (0)