Skip to content

Commit e84c904

Browse files
Fix yaml?
1 parent 2c1f3fd commit e84c904

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/auto-merge.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: auto-merge
22

33
on:
44
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-
target: minor
14-
github-token: ${{ secrets.gh_token }}
5+
jobs:
6+
auto-merge:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: ahmadnassri/action-dependabot-auto-merge@v2
11+
with:
12+
target: minor
13+
github-token: ${{ secrets.gh_token }}

0 commit comments

Comments
 (0)