mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 00:13:00 +08:00
Update pull_request.yml
This commit is contained in:
parent
dfe391fbd5
commit
f765bbb3ab
11
.github/workflows/pull_request.yml
vendored
11
.github/workflows/pull_request.yml
vendored
@ -20,3 +20,14 @@ jobs:
|
||||
npm run coverage
|
||||
env:
|
||||
CI: true
|
||||
- name: automerge
|
||||
if: success()
|
||||
uses: "pascalgn/automerge-action@v0.14.2"
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
MERGE_LABELS: "dependencies"
|
||||
- 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