Update autoMergePR.yml

This commit is contained in:
Preston 2021-08-17 22:59:39 -04:00 committed by GitHub
parent b1eecb4e33
commit bccef64314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -18,9 +18,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
- name: Merge - name: Dependabot Auto Merge
uses: KeisukeYamashita/auto-pull-request-merge@v1 # 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: with:
failStep: false # The GitHub token used to merge the pull-request
intervalSeconds: 10 github-token: ${{ secrets.PUSH_TOKEN }}
timeoutSeconds: 30 approve: false