mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 00:13:00 +08:00
Update dependabot.yml
This commit is contained in:
parent
5681bbd796
commit
90af9dab02
5
.github/workflows/dependabot.yml
vendored
5
.github/workflows/dependabot.yml
vendored
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user