From cb8309057498d66001b866d44e44efd7576b3c97 Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Wed, 8 Sep 2021 17:12:56 -0700 Subject: [PATCH] Revert "adding labels" --- .github/workflows/auto-merge.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 4257c37a33..96c30258b6 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -1,17 +1,13 @@ -name: automerge +name: auto-merge on: pull_request_target: jobs: - automerge: + auto-merge: runs-on: ubuntu-latest steps: - - - name: Print the name of the actor - run: | - echo "The name of the actor is [${{ github.actor }}]" - - name: automerge - uses: "pascalgn/automerge-action@v0.14.3" - env: - GITHUB_TOKEN: "${{ secrets.AUTOMERGE }}" - MERGE_LABELS: "dependencies" + - uses: actions/checkout@v2 + - uses: ahmadnassri/action-dependabot-auto-merge@v2 + with: + target: minor + github-token: ${{ secrets.AUTOMERGE }}