summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCaleb Norton <[email protected]>2026-01-20 14:56:37 -0600
committerGitHub <[email protected]>2026-01-20 14:56:37 -0600
commiteea70be21a0984b205559cc6f7586930c6755440 (patch)
tree0cdbc00ade4475664b3942dc41d5aded965559a1 /.github
parente83c01ad367f7ac8daa64a39f35abe2731fb7a96 (diff)
downloadopencode-eea70be21a0984b205559cc6f7586930c6755440.tar.gz
opencode-eea70be21a0984b205559cc6f7586930c6755440.zip
chore: follow conventional commit in nix CI (#9672)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-nix-hashes.yml2
1 files changed, 1 insertions, 1 deletions
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"