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 da94558
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ 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 }}"
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit da94558

Please sign in to comment.