Skip to content

Commit

Permalink
Add auto-merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed Aug 30, 2023
1 parent 10e8f58 commit 9ef5e7e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto merge dependabot

on:
pull_request:
branches: [main]

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

0 comments on commit 9ef5e7e

Please sign in to comment.