From 81f10298c8324563c3abe70d622b4e2d040952b7 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Tue, 27 Jun 2023 09:34:11 -0500 Subject: [PATCH] CI: Don't spam @lightclient with CI failed warnings --- .github/workflows/auto-review-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-review-bot.yml b/.github/workflows/auto-review-bot.yml index 240561cd0575f5..ff14c259c200fc 100644 --- a/.github/workflows/auto-review-bot.yml +++ b/.github/workflows/auto-review-bot.yml @@ -25,6 +25,7 @@ jobs: - name: Auto Review Bot id: auto-review-bot uses: ethereum/eip-review-bot@3e9905fcb72cf81ae9ed732df429c28b17e155b1 + continue-on-error: true with: token: ${{ secrets.TOKEN }} config: config/eip-editors.yml