Maintain actions (#71)
This commit is contained in:
parent
45dc3e361d
commit
9411c2b1b1
10 changed files with 85 additions and 121 deletions
6
.github/workflows/dependabot.yaml
vendored
6
.github/workflows/dependabot.yaml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Dependabot
|
||||
|
||||
"on": pull_request_target
|
||||
on: pull_request_target
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
|
@ -9,9 +9,9 @@ jobs:
|
|||
steps:
|
||||
- run: gh pr review --approve "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GIT_ACTION_TOKEN }}
|
||||
- run: gh pr merge --auto --squash "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GIT_ACTION_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue