Skip to content

Commit

Permalink
Added dependabot auto-merge action (#21)
Browse files Browse the repository at this point in the history
* Added dependabot auto-merge action
* command: squash
  • Loading branch information
kubikowski authored Mar 17, 2021
1 parent e03398d commit b210eae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: auto-merge

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
command: squash
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b210eae

Please sign in to comment.