Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 68f5074

Browse files
author
Thiago C. D'Ávila
authored
dependabot version 0.9.0
1 parent 269b299 commit 68f5074

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ on:
66

77
jobs:
88
automerge:
9-
name: Merge pull request
9+
name: Merge Dependabot pull request
1010
runs-on: ubuntu-latest
1111
if: github.base_ref == 'master' && (github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]')
1212
steps:
13-
- name: Merge
14-
uses: actions/github-script@0.2.0
15-
with:
16-
github-token: ${{github.token}}
17-
script: |
18-
github.pullRequests.merge({
19-
owner: context.payload.repository.owner.login,
20-
repo: context.payload.repository.name,
21-
pull_number: context.payload.pull_request.number
22-
})
13+
- uses: actions/github-script@0.9.0
14+
with:
15+
github-token: ${{github.token}}
16+
script: |
17+
github.pullRequests.merge({
18+
owner: context.repo.owner,
19+
repo: context.repo.repo,
20+
pull_number: context.payload.pull_request.number
21+
})

0 commit comments

Comments
 (0)