Skip to content

Commit 7b7f7f8

Browse files
authored
refactor(GA): move merge-me to eof (#6728)
1 parent c8ec4fc commit 7b7f7f8

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

.github/workflows/nodejs.yml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,6 @@ on:
1010
branches: [ master ]
1111

1212
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-
3413
build:
3514
runs-on: ubuntu-latest
3615

@@ -82,3 +61,23 @@ jobs:
8261
uses: actions/setup-node@v1
8362
with:
8463
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

0 commit comments

Comments
 (0)