ai-codereviewer icon indicating copy to clipboard operation
ai-codereviewer copied to clipboard

AI Code Reviewer: Enhance your GitHub workflow with AI-powered code review! Get intelligent feedback and suggestions on pull requests using OpenAI's GPT-4 API, improving code quality and saving develo...

Results 37 ai-codereviewer issues
Sort by recently updated
recently updated
newest added

Does this need to have the `write-all` permission? This should be used with caution, so I'm curious if there are more granular permissions that can be given

Add fewer permissions to configuration, fix type in repository name, define additional steps needed for Setup guide to be working.

This adds an option ` EXTRA_INSTRUCTIONS` which will be added to the prompt. This can be used to fine tune reviews based on the repository. For example by default, on...

Added language options for a wider range of users. Without touching the existing prompts, we asked users to respond to additional system prompts in their language.

When a error is throw, the http response is showed in logs and the cookie is exposed in public

Added support for Hook review_requested and addresses this issue: https://github.com/freeedcom/ai-codereviewer/issues/20

Update description to make the action easier to use and avoid confusion

response: { status: 404, statusText: 'Not Found', headers: { date: 'Tue, 21 Nov 2023 11:45:46 GMT', 'content-type': 'application/json; charset=utf-8', 'content-length': '291', connection: 'close', vary: 'Origin', 'x-request-id': '141863fc39006e4ba1b203cf094e8c86', 'strict-transport-security': 'max-age=15724800; includeSubDomains',...