Skip to content

Commit

Permalink
github action - dependabot auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
csautter committed Feb 10, 2024
1 parent 4feb1ff commit 867fb05
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: auto-merge

on:
pull_request:

permissions:
pull-requests: write
issues: write
repository-projects: write

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 867fb05

Please sign in to comment.