freeedcom / ai-codereviewer

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 developers time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

write-all permission

JaredEzz opened this issue · comments

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

If you find more granular set of permissions that work, please tell me or open a PR to enhance the readme around that. It might very well be that less permissions are totally fine.

permissions:
contents: read
pull-requests: write

would be better

Submitted a PR with @JaredEzz suggestions #54