diff --git a/.github/workflows/ai-code-review.yml b/.github/workflows/ai-code-review.yml index f7a5a92..c15c1a0 100644 --- a/.github/workflows/ai-code-review.yml +++ b/.github/workflows/ai-code-review.yml @@ -14,9 +14,6 @@ name: "AI Code Review" on: pull_request: - paths-ignore: - - "*.md" - - "LICENSE" jobs: review: diff --git a/README.md b/README.md index 552abcc..696f014 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ We can tune the chunk size based on the model we use. ## Example usage Here is an example to use the Action to review a pull request of the repository. The actual file is located at [`.github/workflows/ai-code-review.yml`](.github/workflows/ai-code-review.yml). -We set `extra_prompt` to `You are very familiar with python too. Answer in Brazilian Portuguese!`, as the Action is implemented in Python. +We set `extra_prompt` to `Sempre responda em português brasileiro!`. We aim to make GPT review a pull request from a point of view of a Python developer. As a result of an execution of the Action, the Action posts a review comment to the pull request like the following image. @@ -38,9 +38,6 @@ name: "AI Code Review" on: pull_request: - paths-ignore: - - "*.md" - - "LICENSE" jobs: review: