Skip to content

Commit

Permalink
feat: add set to auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
olistrik committed Oct 14, 2024
1 parent 61f19a5 commit 3027cc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
id: update
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated
- name: Set to auto merge
run: "gh pr merge --auto --merge ${{ steps.update.outputs.pull-request-number }}"

0 comments on commit 3027cc7

Please sign in to comment.