Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/golang/glog…
Browse files Browse the repository at this point in the history
…-1.2.1
  • Loading branch information
vikin91 authored Apr 11, 2024
2 parents dca0497 + 9bcc0cd commit bcb1dc7
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 bcb1dc7

Please sign in to comment.