3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-17 09:17:46 +00:00

Updated .github/workflows/auto-merge.yml

This commit is contained in:
Tonye Jack 2021-05-28 11:41:44 -04:00
parent a4ea86e71f
commit c804430756

View file

@ -19,7 +19,7 @@ jobs:
- name: automerge
uses: pascalgn/automerge-action@v0.14.2
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN || github.token }}
MERGE_METHOD: "rebase"
UPDATE_METHOD: "rebase"
MERGE_RETRIES: "6"