Update dependabot.yml

This commit is contained in:
Francisco Hodge 2021-08-02 00:58:58 -07:00 committed by GitHub
parent 5681bbd796
commit 90af9dab02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,8 @@ jobs:
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Reject PR
if: failure()
uses: superbrothers/close-pull-request@v3
with:
comment: "PR closed due to failing tests."