Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit c32ad11

Browse files
authored
chore: Auto merge for dependabot (#475)
* setup auto merge * adjust secret name * change to github token * fixing config
1 parent 04ce634 commit c32ad11

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
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+
- master
7+
8+
jobs:
9+
auto-merge:
10+
runs-on: ubuntu-latest
11+
if: github.actor == 'dependabot[bot]'
12+
steps:
13+
- uses: ahmadnassri/[email protected]
14+
with:
15+
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
16+
command: "squash and merge"
17+
target: minor

0 commit comments

Comments
 (0)