Skip to content

Commit

Permalink
chore(deps): re-enable auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Sep 12, 2022
1 parent fc41334 commit f029bf4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git commit -am "chore(deps): cargo hakari"
git push
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6
with:
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
command: 'squash and merge'
target: minor

0 comments on commit f029bf4

Please sign in to comment.