mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-21 08:43:00 +08:00
Update and rename dependabot.yml to dependabot_merge.yml
This commit is contained in:
parent
90af9dab02
commit
8712ca15b2
@ -15,13 +15,10 @@ jobs:
|
||||
uses: dependabot/fetch-metadata@v1.1.0
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Approve a PR
|
||||
run: gh pr review --approve "$PR_URL"
|
||||
- name: Enable auto-merge for Dependabot PRs
|
||||
run: gh pr merge --auto --merge "$PR_URL"
|
||||
- name: automerge
|
||||
uses: "pascalgn/automerge-action@v0.14.2"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Reject PR
|
||||
if: failure()
|
||||
uses: superbrothers/close-pull-request@v3
|
Loading…
Reference in New Issue
Block a user