From bccef643147422d0fde312d9020edb65dc72bf3b Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 17 Aug 2021 22:59:39 -0400 Subject: [PATCH] Update autoMergePR.yml --- .github/workflows/autoMergePR.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autoMergePR.yml b/.github/workflows/autoMergePR.yml index 40036846..d9d1676b 100644 --- a/.github/workflows/autoMergePR.yml +++ b/.github/workflows/autoMergePR.yml @@ -18,9 +18,11 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - name: Merge - uses: KeisukeYamashita/auto-pull-request-merge@v1 + - name: Dependabot Auto Merge + # You may pin to the exact commit or the version. + # uses: ahmadnassri/action-dependabot-auto-merge@c0e574b9d8c2e0e029e8e8d1d44b13ffbfd14f0a + uses: ahmadnassri/action-dependabot-auto-merge@v2.3.1 with: - failStep: false - intervalSeconds: 10 - timeoutSeconds: 30 + # The GitHub token used to merge the pull-request + github-token: ${{ secrets.PUSH_TOKEN }} + approve: false