From 4ffdb27b93631621b26704455a2caa520757f4c7 Mon Sep 17 00:00:00 2001 From: Bhavik MacBook PRO 16 Date: Wed, 5 Apr 2023 13:37:41 +0530 Subject: [PATCH] Fixed readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2db58d0..e2bb1b3 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ name: OpenAI Code Review uses: bhavik/gitea-code-review-action@v0.1 with: PROGRAMMING_LANGUAGE: 'JavaScript' - REVIEW_COMMENT_PREFIX: 'crai:' - FULL_REVIEW_COMMENT: 'crai' + REVIEW_COMMENT_PREFIX: 'openai:' + FULL_REVIEW_COMMENT: 'openai' OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} ``` @@ -53,7 +53,6 @@ Here's an example workflow that uses this action to analyze code in pull request ```yaml name: Code Review - on: issue_comment: types: [created, edited]