mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 00:13:00 +08:00
Delete dependabot_merge.yml
This commit is contained in:
parent
8712ca15b2
commit
dfe391fbd5
26
.github/workflows/dependabot_merge.yml
vendored
26
.github/workflows/dependabot_merge.yml
vendored
@ -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."
|
Loading…
Reference in New Issue
Block a user