From ad86266de765ee21ab45264e303ea503ef527fb3 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Tue, 22 Feb 2022 10:36:18 -0500 Subject: [PATCH] CODEOWNERS: Adding automation section (#3363) Adding owners for automation --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bdfd0c393..99b49e53f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,13 @@ # Instructions for CODEOWNERS file format and automatic build failure notifications: # https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners +################ +# Automation +################ + +# Git Hub integration and bot rules +/.github/ @AlexGhiondea @jsquire + ########### # SDK ###########