Skip to content

Commit b5e5b03

Browse files
authored
Create auto-merge.yml
1 parent 491c047 commit b5e5b03

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

web/.github/auto-merge.yml

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

0 commit comments

Comments
 (0)