From e4cb6fda2825de5e8afbe27d33789f9558faaf8d Mon Sep 17 00:00:00 2001 From: Gavin John Date: Tue, 27 Jun 2023 11:00:37 -0500 Subject: [PATCH] CI: Don't spam @lightclient with CI failed warnings (#7242) --- .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 240561cd0575f..ff14c259c200f 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