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 4ebd917 commit 6322b02Copy full SHA for 6322b02
.github/workflows/dependabot-auto-merge.yml
@@ -0,0 +1,26 @@
1
+
2
+name: Dependabot auto merge
3
4
+on:
5
+ check_suite:
6
+ types:
7
+ - completed
8
+ pull_request:
9
10
+ - labeled
11
+ - unlabeled
12
+ - synchronize
13
+ - opened
14
+ - edited
15
+ - ready_for_review
16
+ - reopened
17
+ - unlocked
18
19
+jobs:
20
+ auto-merge:
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - name: auto-merge
24
+ uses: ridedott/dependabot-auto-merge-action@master
25
+ with:
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments