From a19d0f06db8eed4e89ce29f0cbc1926ded1af529 Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:21:09 -0800 Subject: [PATCH 1/2] Revert "Added user to the chat bot (#4759)" This reverts commit 8ccb8b1ed1706807d0695bc8e648c0c98590687f. --- .clabot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clabot b/.clabot index f7627b8821..57c1180e5a 100644 --- a/.clabot +++ b/.clabot @@ -168,8 +168,7 @@ "Misterjohnson87", "lol3909", "Hellfire4959", - "antonymartinsumo", - "amee-sumo" + "antonymartinsumo" ], "message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement. To proceed with your PR, please [sign here](https://forms.gle/YgLddrckeJaCdZYA6) and we will add you to our approved list of contributors.", "label": "cla-signed", From cb44921ade867e1a796cd903e408e4d0a8224fa6 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Mon, 25 Nov 2024 15:25:33 -0800 Subject: [PATCH 2/2] rv codeowners --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4c558d23ff..6c4fc8423d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,14 +1,14 @@ # Default owners for everything in the repo. -* @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo +* @kimsauce @jpipkin1 @JV0812 @mafsumo # Owners of all files in the `/docs` directory and its subdirectories. -/docs/ @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo +/docs/ @kimsauce @jpipkin1 @JV0812 @mafsumo # Owners of all files in the `/docs/send-data/kubernetes` directory. -/docs/send-data/kubernetes/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo +/docs/send-data/kubernetes/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @JV0812 @mafsumo # Owners of all files in the `/docs/send-data/opentelemetry-collector` directory and its subdirectories. -/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812 @amee-sumo +/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812 # GitHub workflow owners /.github/workflows/ @SumoLogic/open-source-collection-team @kimsauce