We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1f3fd commit e84c904Copy full SHA for e84c904
.github/workflows/auto-merge.yml
@@ -2,13 +2,12 @@ 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
- target: minor
14
- github-token: ${{ secrets.gh_token }}
+ jobs:
+ auto-merge:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2
+ with:
+ target: minor
+ github-token: ${{ secrets.gh_token }}
0 commit comments