mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 17:25:55 -05:00
Merge pull request #514 from github/fixAuto
Update automerge-dependabot.yml
This commit is contained in:
commit
f76bd21161
1 changed files with 2 additions and 2 deletions
4
.github/workflows/automerge-dependabot.yml
vendored
4
.github/workflows/automerge-dependabot.yml
vendored
|
@ -33,13 +33,13 @@ jobs:
|
|||
uses: actions/github-script@v2
|
||||
with:
|
||||
script: |
|
||||
github.pullRequests.createReview({
|
||||
github.pulls.createReview({
|
||||
owner: context.payload.repository.owner.login,
|
||||
repo: context.payload.repository.name,
|
||||
pull_number: context.payload.pull_request.number,
|
||||
event: 'APPROVE'
|
||||
})
|
||||
github.pullRequests.merge({
|
||||
github.pulls.merge({
|
||||
owner: context.payload.repository.owner.login,
|
||||
repo: context.payload.repository.name,
|
||||
pull_number: context.payload.pull_request.number
|
||||
|
|
Loading…
Reference in a new issue