Skip to content

Commit

Permalink
ci: add automerge action to update-flake-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 16, 2023
1 parent d2d4a41 commit 6960707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
pr-labels: | # Labels to be set on the PR
dependencies
automated
- uses: reitermarkus/automerge@v2
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
merge-method: squash
pull-request: ${{ github.event.inputs.pull-request }}

0 comments on commit 6960707

Please sign in to comment.