diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 857791ae..a73e97b4 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -14,11 +14,15 @@ jobs: runs-on: ubuntu-latest steps: - - name: Auto-approve - uses: hmarr/auto-approve-action@v4 + - name: check + run: | + echo ${{ github.event.pull_request.user.login }} - - name: Enable auto-merge - run: gh pr merge --auto --squash "$PR_URL" - env: - PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + # - name: Auto-approve + # uses: hmarr/auto-approve-action@v4 + + # - name: Enable auto-merge + # run: gh pr merge --auto --squash "$PR_URL" + # env: + # PR_URL: ${{github.event.pull_request.html_url}} + # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}