From 2528e00e7ccfe8c72003fe8a3f6f4fc9a963d4db Mon Sep 17 00:00:00 2001 From: awwpotato <153149335+awwpotato@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:03:31 -0700 Subject: [PATCH] ci: adjust flake update PR and commit messages (#1103) Co-authored-by: Daniel Thwaites --- .github/workflows/update-flake.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 6b66d63e..c6ddd2d1 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -27,13 +27,14 @@ jobs: - uses: DeterminateSystems/update-flake-lock@v24 with: token: ${{ steps.generate-token.outputs.token }} + commit-msg: "stylix: update all flake inputs" pr-title: "stylix: update all flake inputs" pr-labels: dependencies + # yamllint disable rule:line-length pr-body: | - Automated changes by the - [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) - GitHub Action. + Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` - ${{ env.GIT_COMMIT_MESSAGE }} + {{ env.GIT_COMMIT_MESSAGE }} ``` + # yamllint enable rule:line-length