We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcd3db commit 54c41c1Copy full SHA for 54c41c1
.github/workflows/update-flack-lock.yml
@@ -26,7 +26,10 @@ jobs:
26
id: update
27
uses: DeterminateSystems/update-flake-lock@a2bbe0274e3a0c4194390a1e445f734c597ebc37 #v24
28
with:
29
- pr-title: "Update flake.lock"
+ pr-title: "build(deps): update flake.lock"
30
+ pr-labels: |
31
+ dependencies
32
+ automated
33
34
- name: Print PR number
35
run: echo Pull request number is ${{ steps.update.outputs.pull-request-number }}.
0 commit comments