From f7e978e89471098e8572121ceab08257ef26f745 Mon Sep 17 00:00:00 2001 From: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Date: Thu, 18 Aug 2022 15:49:45 -0400 Subject: [PATCH] Adds @xinbenlv as an EIP Editor --- .github/workflows/auto-review-bot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-review-bot.yml b/.github/workflows/auto-review-bot.yml index 61a79630a5738f..a8617acd4c00f0 100644 --- a/.github/workflows/auto-review-bot.yml +++ b/.github/workflows/auto-review-bot.yml @@ -39,12 +39,12 @@ jobs: with: GITHUB-TOKEN: ${{ secrets.TOKEN }} PR_NUMBER: ${{ steps.save-pr-number.outputs.pr }} - CORE_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1' - ERC_EDITORS: '@lightclient,@axic,@SamWilsn,@Pandapip1' + CORE_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1,@xinbenlv' + ERC_EDITORS: '@lightclient,@axic,@SamWilsn,@Pandapip1,@xinbenlv' NETWORKING_EDITORS: '@lightclient,@axic,@SamWilsn' INTERFACE_EDITORS: '@lightclient,@axic,@SamWilsn,@Pandapip1' - META_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1' - INFORMATIONAL_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1' + META_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1,@xinbenlv' + INFORMATIONAL_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1,@xinbenlv' MAINTAINERS: '@alita-moore,@mryalamanchi' - name: Enable Auto-Merge