Skip to content

Commit

Permalink
Automerge minor patches
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Feb 19, 2024
1 parent 29ff369 commit 4347b8b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: auto-merge

permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write

on:
pull_request:

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

0 comments on commit 4347b8b

Please sign in to comment.