Skip to content

Commit a81f0c6

Browse files
authored
Create auto_merge.yml (#45)
1 parent c56c519 commit a81f0c6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/auto_merge.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: auto-merge
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
auto-merge:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: ahmadnassri/action-dependabot-auto-merge@v2
12+
with:
13+
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE }}

0 commit comments

Comments
 (0)