Skip to content

Commit

Permalink
CI: Don't spam @lightclient with CI failed warnings (#7242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Jun 27, 2023
1 parent 4fe16ae commit e4cb6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-review-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit e4cb6fd

@BRENODAVIDSON
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.