diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index e728504..caeca60 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -2,7 +2,9 @@ name: Auto-Merge Dependabot PRs on: pull_request: - + types: + - opened + - synchronize jobs: auto_merge: runs-on: ubuntu-latest @@ -11,12 +13,12 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Auto-Merge PR - uses: pascalgn/automerge-action@v0.13.1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - label: "dependabot/patch" - method: "merge" +# - name: Auto-Merge PR +# uses: pascalgn/automerge-action@v0.13.1 +# with: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# label: "dependabot/patch" +# method: "merge" #name: Dependabot auto-merge