Skip to content

Commit

Permalink
ci(GA): remove dependabot auto-merge action (#7101)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lai authored Mar 18, 2021
1 parent fb5cf9e commit 56168eb
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,3 @@ jobs:
uses: actions/setup-node@v1
with:
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

0 comments on commit 56168eb

Please sign in to comment.