Skip to content

Commit 8713970

Browse files
author
Ahmad Nassri
committed
ci(auto-merge): include auto-merge
1 parent e10a9e2 commit 8713970

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/auto-merge.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: auto-merge
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
auto-merge:
8+
runs-on: ubuntu-latest
9+
if: github.actor == 'dependabot[bot]'
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: ahmadnassri/action-dependabot-auto-merge@v1

0 commit comments

Comments
 (0)