Skip to content

Commit

Permalink
Add auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnederlof committed Nov 1, 2023
1 parent 71167a7 commit e5b6c1b
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@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
name: auto-merge
with:
target: minor
github-token: ${{ secrets.AUTOMERGE }}

0 comments on commit e5b6c1b

Please sign in to comment.