Skip to content

Commit 56168eb

Browse files
authored
ci(GA): remove dependabot auto-merge action (#7101)
1 parent fb5cf9e commit 56168eb

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,3 @@ jobs:
6161
uses: actions/setup-node@v1
6262
with:
6363
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)