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 e84c904 commit 96ef738Copy full SHA for 96ef738
.github/workflows/auto-merge.yml
@@ -2,12 +2,13 @@ name: auto-merge
2
3
on:
4
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 }}
+
+jobs:
+ auto-merge:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2
+ with:
+ target: minor
14
+ github-token: ${{ secrets.gh_token }}
0 commit comments