Update autoMergePR.yml

This commit is contained in:
Preston 2021-08-19 17:33:23 -04:00 committed by GitHub
parent 1c9959ccfc
commit 8362060ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ jobs:
- name: Auto-Merge Pull Request
# You may pin to the exact commit or the version.
# uses: reitermarkus/automerge@72bc1353d0a084c84034be23424b124d900d1658
uses: reitermarkus/automerge@v1.5.2
uses: reitermarkus/automerge@v2
with:
token: ${{ secrets.PUSH_TOKEN }}
# Specify which merge method to use. By default, will select the first one available in this order: `merge`, `squash`, `rebase`
merge-method: squash
pull-request: ${{ github.event.inputs.pull-request }}