From 7d9cbded3023e906ec8241bbb8c10bb57008067a Mon Sep 17 00:00:00 2001 From: Koshy John Date: Thu, 6 Aug 2026 09:59:10 -0700 Subject: [PATCH 1/2] Add team to PR reviews --- .github/workflows/auto-request-reviewers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-request-reviewers.yml b/.github/workflows/auto-request-reviewers.yml index 9a15bcc7..9e832fc9 100644 --- a/.github/workflows/auto-request-reviewers.yml +++ b/.github/workflows/auto-request-reviewers.yml @@ -5,6 +5,7 @@ on: types: - opened - ready_for_review + - synchronize permissions: pull-requests: write @@ -21,6 +22,7 @@ jobs: const author = context.payload.pull_request.user.login; const reviewers = [ + 'Azure/linuxpatchextensionteam', 'GAURAVRAMRAKHYANI', 'kjohn-msft', 'michellemcdaniel', From 22acc61eff7e6e82480b64507dcc4a4a6222bbef Mon Sep 17 00:00:00 2001 From: Koshy John Date: Fri, 7 Aug 2026 09:06:09 -0700 Subject: [PATCH 2/2] Retry team addition --- .github/workflows/auto-request-reviewers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-request-reviewers.yml b/.github/workflows/auto-request-reviewers.yml index 9e832fc9..200fb83d 100644 --- a/.github/workflows/auto-request-reviewers.yml +++ b/.github/workflows/auto-request-reviewers.yml @@ -23,13 +23,13 @@ jobs: const reviewers = [ 'Azure/linuxpatchextensionteam', - 'GAURAVRAMRAKHYANI', + 'gauravramrakhyani', 'kjohn-msft', 'michellemcdaniel', 'mirichmo', 'nikhim-um', 'rane-rajasi', - 'SathishMSFT', + 'Sathishmsft', 'yashnap' ];