Skip to content

Commit c23d521

Browse files
authored
Merge branch 'main' into dependabot/go_modules/tools/golang.org/x/tools-0.20.0
2 parents ae37ef2 + 9bcc0cd commit c23d521

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/auto-merge.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: auto-merge
2+
3+
on:
4+
pull_request_target:
5+
6+
jobs:
7+
auto-merge:
8+
runs-on: ubuntu-latest
9+
if: github.actor == 'dependabot[bot]'
10+
steps:
11+
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6
12+
with:
13+
github-token: '${{ secrets.RHACS_BOT_GITHUB_TOKEN }}'
14+
command: "squash and merge"
15+
approve: true
16+
target: minor

0 commit comments

Comments
 (0)