From c62e174dbbacb6b852ae1d918ae151630d2008e9 Mon Sep 17 00:00:00 2001 From: UVCLimHun Date: Thu, 17 Apr 2025 16:25:30 +0900 Subject: [PATCH] Update code-review.yml --- .github/workflows/code-review.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index f64e2e7..43b563c 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -5,16 +5,17 @@ on: pull_request: types: [opened, reopened, synchronize] -jobs: - code-review: - runs-on: self_hosted - steps: - - name: Gitea Code Review - uses: ingress-it-solutions/gitea-code-review-action@v1.9 - with: - PROGRAMMING_LANGUAGE: 'c#' - OPENAI_TOKEN: ${{ secrets.OPENAI_API_KEY }} - GITHUB_TOKEN: ${{ secrets.TOKEN }} - FULL_REVIEW_COMMENT: 'openai' - REVIEW_COMMENT_PREFIX: 'openai:' - SOURCE_AT: 'gitea' \ No newline at end of file + jobs: + code-review: + runs-on: self_hosted + steps: + - name: Gitea Code Review + uses: ingress-it-solutions/gitea-code-review-action@v1.13 + with: + PROGRAMMING_LANGUAGE: 'c#' + OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_BASE_URL: 'http://220.90.135.190:3000' + FULL_REVIEW_COMMENT: 'openai' + REVIEW_COMMENT_PREFIX: 'openai:' + SOURCE_AT: 'gitea' \ No newline at end of file