From 56168eb3ca95e8bd56c85eca6361043f83a8514e Mon Sep 17 00:00:00 2001 From: Tim Lai Date: Thu, 18 Mar 2021 13:59:26 -0700 Subject: [PATCH] ci(GA): remove dependabot auto-merge action (#7101) --- .github/workflows/nodejs.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 47ff500094f..6a0ee744016 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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