remove exclusion for stagnant bot

This commit is contained in:
Alita Moore 2021-09-19 04:20:31 -05:00 committed by GitHub
parent 216e44f50a
commit b0a8985ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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