Skip to content

Commit

Permalink
Merge pull request #6 from okp4/ci/dependabot-automerge
Browse files Browse the repository at this point in the history
🏭 Auto merge dependabot PR
  • Loading branch information
amimart authored May 10, 2022
2 parents f105eb3 + a068fe3 commit eb62734
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-dependabot:
runs-on: ubuntu-20.04
if: github.actor == 'dependabot[bot]'
steps:
- name: Auto merge PR
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.OKP4_TOKEN }}

0 comments on commit eb62734

Please sign in to comment.