From d8b7b99ae9fd003ba5f7e92b4387a40971842cf8 Mon Sep 17 00:00:00 2001 From: "Matthew J. Martin" Date: Tue, 5 May 2026 19:59:55 +0700 Subject: [PATCH 1/4] test: enable duplicate_threshold 0.8 in CI workflow --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cac4239..fcb8d9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,3 +29,4 @@ jobs: uses: ./ with: token: ${{ secrets.GITHUB_TOKEN }} + duplicate_threshold: '0.8' From 4015e9a9a0846c97e88e9934aa2a6cad370172c5 Mon Sep 17 00:00:00 2001 From: "Matthew J. Martin" Date: Tue, 5 May 2026 20:00:00 +0700 Subject: [PATCH 2/4] feat: add user authentication module From 1a41c879b550565fe211a75e7b97cef9b6006ed2 Mon Sep 17 00:00:00 2001 From: "Matthew J. Martin" Date: Tue, 5 May 2026 20:00:00 +0700 Subject: [PATCH 3/4] fix: resolve session timeout on idle users From 140dd88761e237981af20916fd4410080b053156 Mon Sep 17 00:00:00 2001 From: "Matthew J. Martin" Date: Tue, 5 May 2026 20:00:00 +0700 Subject: [PATCH 4/4] docs: update contributing guidelines