File sync from s4u/.github - enable auto merge

This commit is contained in:
GitHub Action
2021-06-30 23:49:15 +00:00
parent 9ad80eb4e3
commit b8ae32e043

View File

@ -14,7 +14,7 @@ jobs:
|| github.actor == 'dependabot-preview[bot]'
with:
merge-method: "REBASE"
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.TECH_TOKEN }}"
- uses: hmarr/auto-approve-action@v2.1.0
if: >
@ -22,4 +22,4 @@ jobs:
|| github.actor == 'dependabot-preview[bot]'
|| github.actor == 'slawekjaranowski'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.TECH_TOKEN }}"