File tree 1 file changed +20
-21
lines changed
1 file changed +20
-21
lines changed Original file line number Diff line number Diff line change 10
10
branches : [ master ]
11
11
12
12
jobs :
13
- merge-me :
14
- name : Merge me!
15
- if : github.actor == 'dependabot[bot]'
16
-
17
- runs-on : ubuntu-latest
18
-
19
- needs : [ build, artifact-bundle ]
20
-
21
- strategy :
22
- matrix :
23
- node-version : [ 14.x ]
24
-
25
- steps :
26
- - name : Merge me!
27
- uses : ridedott/merge-me-action@master
28
- with :
29
- GITHUB_LOGIN : dependabot[bot]
30
- GITHUB_TOKEN : ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
31
- MERGE_METHOD : SQUASH
32
- PRESET : DEPENDABOT_MINOR
33
-
34
13
build :
35
14
runs-on : ubuntu-latest
36
15
82
61
uses : actions/setup-node@v1
83
62
with :
84
63
node-version : 14.x
64
+
65
+ merge-me :
66
+ name : Merge me!
67
+ if : github.actor == 'dependabot[bot]'
68
+ runs-on : ubuntu-latest
69
+
70
+ needs : [ build, artifact-bundle ]
71
+
72
+ strategy :
73
+ matrix :
74
+ node-version : [ 14.x ]
75
+
76
+ steps :
77
+ - name : Merge me!
78
+ uses : ridedott/merge-me-action@master
79
+ with :
80
+ GITHUB_LOGIN : dependabot[bot]
81
+ GITHUB_TOKEN : ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
82
+ MERGE_METHOD : SQUASH
83
+ PRESET : DEPENDABOT_MINOR
You can’t perform that action at this time.
0 commit comments