From 4eeef1d1b32c5a50719e35f9b0af226d9fd5b717 Mon Sep 17 00:00:00 2001 From: beppeb Date: Wed, 6 Aug 2025 00:33:57 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/workflows/build.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..09187a4 --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,8 @@ +name: OpenAI Code Review +uses: bhavik/gitea-code-review-action@v0.1 +with: + PROGRAMMING_LANGUAGE: 'JavaScript' + REVIEW_COMMENT_PREFIX: 'openai:' + FULL_REVIEW_COMMENT: 'openai' + OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file