From 90af9dab0238536645adaf09042d704d2ca7ce08 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Mon, 2 Aug 2021 00:58:58 -0700 Subject: [PATCH] Update dependabot.yml --- .github/workflows/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index bfa671c5..03e43a32 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -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."