Skip to content

Commit 54c41c1

Browse files
committedNov 13, 2024
ci: update flake.lock workflow with appropriate labels for created pr's
1 parent ddcd3db commit 54c41c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/update-flack-lock.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
id: update
2727
uses: DeterminateSystems/update-flake-lock@a2bbe0274e3a0c4194390a1e445f734c597ebc37 #v24
2828
with:
29-
pr-title: "Update flake.lock"
29+
pr-title: "build(deps): update flake.lock"
30+
pr-labels: |
31+
dependencies
32+
automated
3033
3134
- name: Print PR number
3235
run: echo Pull request number is ${{ steps.update.outputs.pull-request-number }}.

0 commit comments

Comments
 (0)
Please sign in to comment.