Skip to content

Commit

Permalink
Add auto-merge config (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikin91 authored Apr 11, 2024
1 parent d705c85 commit 9bcc0cd
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

on:
pull_request_target:

jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: ahmadnassri/[email protected]
with:
github-token: '${{ secrets.RHACS_BOT_GITHUB_TOKEN }}'
command: "squash and merge"
approve: true
target: minor

0 comments on commit 9bcc0cd

Please sign in to comment.