mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-21 19:28:08 +00:00
remove exclusion for stagnant bot
This commit is contained in:
parent
216e44f50a
commit
b0a8985ca4
2
.github/workflows/auto-merge-bot.yml
vendored
2
.github/workflows/auto-merge-bot.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
auto_merge_bot:
|
||||
runs-on: ubuntu-latest
|
||||
name: EIP Auto-Merge Bot
|
||||
if: ${{github.event.pull_request.draft == false && !contains( toJson(github), '1272989785' )}}
|
||||
if: github.event.pull_request.draft == false
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user