From eea70be21a0984b205559cc6f7586930c6755440 Mon Sep 17 00:00:00 2001 From: Caleb Norton Date: Tue, 20 Jan 2026 14:56:37 -0600 Subject: [PATCH] chore: follow conventional commit in nix CI (#9672) --- .github/workflows/update-nix-hashes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-nix-hashes.yml b/.github/workflows/update-nix-hashes.yml index 6e937da52..7175f4fbd 100644 --- a/.github/workflows/update-nix-hashes.yml +++ b/.github/workflows/update-nix-hashes.yml @@ -128,7 +128,7 @@ jobs: echo "Changes detected:" echo "$STATUS" git add "${FILES[@]}" - git commit -m "Update $TITLE" + git commit -m "chore: update nix node_modules hashes" BRANCH="${TARGET_BRANCH:-${GITHUB_REF_NAME}}" git pull --rebase --autostash origin "$BRANCH"