From 4eff6e55e9cb1e5013d1e1fc6a3fa4f09a1c4419 Mon Sep 17 00:00:00 2001 From: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Date: Wed, 21 Sep 2022 12:03:03 -0400 Subject: [PATCH] Revert "Adds @xinbenlv as an EIP Editor (#5502)" (#5702) This reverts commit 26cbfd200ecdc815306839613a6ac4b77bf03499. --- .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 a8617acd4c00f0..61a79630a5738f 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,@xinbenlv' - ERC_EDITORS: '@lightclient,@axic,@SamWilsn,@Pandapip1,@xinbenlv' + CORE_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1' + ERC_EDITORS: '@lightclient,@axic,@SamWilsn,@Pandapip1' NETWORKING_EDITORS: '@lightclient,@axic,@SamWilsn' INTERFACE_EDITORS: '@lightclient,@axic,@SamWilsn,@Pandapip1' - META_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1,@xinbenlv' - INFORMATIONAL_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1,@xinbenlv' + META_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1' + INFORMATIONAL_EDITORS: '@lightclient,@axic,@gcolvin,@SamWilsn,@Pandapip1' MAINTAINERS: '@alita-moore,@mryalamanchi' - name: Enable Auto-Merge