Skip to content

Commit 96ef738

Browse files
Fix yaml? (2)
1 parent e84c904 commit 96ef738

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/auto-merge.yml

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

33
on:
44
pull_request:
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 }}
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 }}

0 commit comments

Comments
 (0)