Skip to content

Commit

Permalink
ci(update): set commit-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Aug 5, 2024
1 parent f922bba commit fad9877
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
uses: DeterminateSystems/update-flake-lock@v23
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-title: "deps: update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
commit-msg: "deps: update flake.lock"
pr-title: "deps: update flake.lock"
pr-labels: |
dependencies
automated
- uses: reitermarkus/automerge@v2
Expand Down

0 comments on commit fad9877

Please sign in to comment.