From 15706de9e30b4c1a3d383cacfd48b0048277b8b1 Mon Sep 17 00:00:00 2001 From: Andy Stoneberg Date: Fri, 13 Dec 2024 09:22:40 -0500 Subject: [PATCH] chore(owners): add myself as reviewer/approver (#495) Adding my own GH handle (`andyatmiami`) to the `approvers` and `reviewers` section of `OWNERS`, honor alphanumeric sorting, so I can be more self-sufficient in working issues alongside the team. --- OWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OWNERS b/OWNERS index 238c8a85a9b..47a5b8f0254 100644 --- a/OWNERS +++ b/OWNERS @@ -1,4 +1,5 @@ approvers: + - andyatmiami - atheo89 - caponetto - harshad16 @@ -7,6 +8,7 @@ approvers: - paulovmr reviewers: + - andyatmiami - atheo89 - caponetto - dibryant