From c984584c3ab3e4f61a5337406c8b7b3e877049b8 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Fri, 31 Jan 2025 10:00:11 +0800 Subject: [PATCH] chore: Increase max-length in review workflow (#54) * test max-length * chore: Increase max-length in wf --- .github/workflows/{basic.yml => cr.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{basic.yml => cr.yml} (95%) diff --git a/.github/workflows/basic.yml b/.github/workflows/cr.yml similarity index 95% rename from .github/workflows/basic.yml rename to .github/workflows/cr.yml index 9c50ba2..1f15911 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/cr.yml @@ -20,5 +20,5 @@ jobs: - name: Deepseek Code Review uses: hustcer/deepseek-review@develop with: - max-length: 10 + max-length: 10000 chat-token: ${{ secrets.CHAT_TOKEN }}