ci: prefix flake update prs (#7366)

Make it easier to distinguish which flake.lock update a pr is for.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-07-02 08:41:10 -05:00
committed by GitHub
parent 4bd4634525
commit 77027882a7

View File

@@ -46,6 +46,7 @@ jobs:
git-author-name: ${{ steps.user-info.outputs.name }}
git-author-email: ${{ steps.user-info.outputs.email }}
pr-labels: dependencies
pr-title: "[${{ github.ref_name }}] flake.lock: Update"
pr-body: |
Automated update by the [update-flake-lock] GitHub Action.