Skip to content

Commit

Permalink
chore: fixed dependabot automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 24, 2022
1 parent 9c90644 commit 1c024f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: auto-merge
name: Dependabot Auto Merge

on:
pull_request_target:
Expand All @@ -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

0 comments on commit 1c024f4

Please sign in to comment.