enable auto merge

This commit is contained in:
Slawomir Jaranowski
2021-06-30 22:23:36 +02:00
parent 0de22f6a26
commit f44510e5ab

View File

@ -7,6 +7,15 @@ jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: alexwilson/enable-github-automerge-action@1.0.0
if: >
github.actor == 'dependabot[bot]'
|| github.actor == 'dependabot-preview[bot]'
with:
merge-method: "REBASE"
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: hmarr/auto-approve-action@v2.1.0
if: >
github.actor == 'dependabot[bot]'