Skip to content

Commit

Permalink
Auto merge when the workflows is on success
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 16, 2020
1 parent 7149280 commit 2a4f1a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ on:
- opened
- ready_for_review
- reopened
workflow_run:
types:
- completed

jobs:
auto-merge:
name: Auto merge Dependabot updates
runs-on: ubuntu-latest
steps:
- run: echo {{ toJson(github) }}
- run: echo {{ toJson(job) }}
- run: echo {{ toJson(steps) }}
- name: Auto merge
uses: ridedott/dependabot-auto-merge-action@master
with:
Expand Down

0 comments on commit 2a4f1a4

Please sign in to comment.