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 2847fab commit dbdbf51Copy full SHA for dbdbf51
.github/workflows/dependabot-merge.yml
@@ -0,0 +1,25 @@
1
+name: Merge me!
2
+
3
+on:
4
+ pull_request_target:
5
6
+jobs:
7
+ merge-me:
8
+ name: Merge me!
9
+ if: github.actor == 'dependabot[bot]'
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: 'Wait for status checks'
13
+ id: waitforstatuschecks
14
+ uses: WyriHaximus/github-action-wait-for-status@v1
15
+ with:
16
+ ignoreActions: Merge me!
17
+ checkInterval: 180
18
+ env:
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
+ - name: Merge me!
21
+ if: steps.waitforstatuschecks.outputs.status == 'success'
22
+ uses: ahmadnassri/action-dependabot-auto-merge@v2
23
24
+ target: minor
25
+ github-token: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
0 commit comments