Delete dependabot_merge.yml

This commit is contained in:
Francisco Hodge 2021-08-02 01:26:03 -07:00 committed by GitHub
parent 8712ca15b2
commit dfe391fbd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,26 +0,0 @@
name: Dependabot merge
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: automerge
uses: "pascalgn/automerge-action@v0.14.2"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Reject PR
if: failure()
uses: superbrothers/close-pull-request@v3
with:
comment: "PR closed due to failing tests."