chore: fixed dependabot automerge

This commit is contained in:
Arthur Fiorette 2022-09-24 12:04:00 -03:00 committed by GitHub
parent 9c90644d7e
commit 1c024f47e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: auto-merge
name: Dependabot Auto Merge
on:
pull_request_target:
@ -12,6 +12,6 @@ jobs:
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
command: "squash and merge"
target: minor