refactor(GA): move merge-me to eof (#6728)
This commit is contained in:
41
.github/workflows/nodejs.yml
vendored
41
.github/workflows/nodejs.yml
vendored
@@ -10,27 +10,6 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
merge-me:
|
|
||||||
name: Merge me!
|
|
||||||
if: github.actor == 'dependabot[bot]'
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
needs: [ build, artifact-bundle ]
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node-version: [ 14.x ]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Merge me!
|
|
||||||
uses: ridedott/merge-me-action@master
|
|
||||||
with:
|
|
||||||
GITHUB_LOGIN: dependabot[bot]
|
|
||||||
GITHUB_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
|
|
||||||
MERGE_METHOD: SQUASH
|
|
||||||
PRESET: DEPENDABOT_MINOR
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@@ -82,3 +61,23 @@ jobs:
|
|||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
|
|
||||||
|
merge-me:
|
||||||
|
name: Merge me!
|
||||||
|
if: github.actor == 'dependabot[bot]'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
needs: [ build, artifact-bundle ]
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
node-version: [ 14.x ]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Merge me!
|
||||||
|
uses: ridedott/merge-me-action@master
|
||||||
|
with:
|
||||||
|
GITHUB_LOGIN: dependabot[bot]
|
||||||
|
GITHUB_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
|
||||||
|
MERGE_METHOD: SQUASH
|
||||||
|
PRESET: DEPENDABOT_MINOR
|
||||||
|
|||||||
Reference in New Issue
Block a user