This is an automated email from the ASF dual-hosted git repository.

jihuayu pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new c4934951e chore(ci): bump typos action to version 1.45.0 (#3422)
c4934951e is described below

commit c4934951e85476c15288b9771b3b5c8310cbaf7a
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Apr 5 06:07:17 2026 +0300

    chore(ci): bump typos action to version 1.45.0 (#3422)
    
    Bump typos action to version 1.45.0 (see:
    https://github.com/crate-ci/typos/releases/tag/v1.45.0)
    
    - Updated the dictionary with the
    https://github.com/crate-ci/typos/issues/1509 changes
    - Updated the dictionary with the
    https://github.com/crate-ci/typos/issues/1488 changes
    - Don't correct pincher
    - Adjust how typos are reported to github
    - Corrections for Python
    
    ---------
    
    Co-authored-by: 纪华裕 <[email protected]>
---
 .github/workflows/kvrocks.yaml                | 2 +-
 tests/gocase/unit/namespace/namespace_test.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index cedf5976b..3e7a8f0b3 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -58,7 +58,7 @@ jobs:
     steps:
       - uses: actions/checkout@v6
       - name: Check typos
-        uses: crate-ci/[email protected]
+        uses: crate-ci/[email protected]
         with:
           config: .github/config/typos.toml
       - uses: apache/skywalking-eyes/[email protected]
diff --git a/tests/gocase/unit/namespace/namespace_test.go 
b/tests/gocase/unit/namespace/namespace_test.go
index 24ba45cde..663bcbe9e 100644
--- a/tests/gocase/unit/namespace/namespace_test.go
+++ b/tests/gocase/unit/namespace/namespace_test.go
@@ -212,7 +212,7 @@ func TestNamespaceReplicate(t *testing.T) {
                "n4": "t4",
        }
 
-       t.Run("Disable Replicate namespces", func(t *testing.T) {
+       t.Run("Disable Replicate namespaces", func(t *testing.T) {
                require.NoError(t, masterRdb.ConfigSet(ctx, 
"repl-namespace-enabled", "no").Err())
                require.NoError(t, slaveRdb.ConfigSet(ctx, 
"repl-namespace-enabled", "no").Err())
 

Reply via email to