Skip to content

Commit

Permalink
fix(ci): Fix Dependabot action
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonchuong committed Nov 23, 2020
1 parent 59a1ff3 commit 55c1539
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ jobs:
uses: actions/github-script@v3
with:
script: |
github.pullRequests.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
Expand Down

0 comments on commit 55c1539

Please sign in to comment.