-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md for ease of use #36
base: main
Are you sure you want to change the base?
Conversation
Update description to make the action easier to use and avoid confusion
Correct readme to communicate that forking the repository is required for the workflow to work
@@ -19,7 +19,9 @@ review process. | |||
2. Add the OpenAI API key as a GitHub Secret in your repository with the name `OPENAI_API_KEY`. You can find more | |||
information about GitHub Secrets [here](https://docs.github.com/en/actions/reference/encrypted-secrets). | |||
|
|||
3. Create a `.github/workflows/main.yml` file in your repository and add the following content: | |||
3. Fork this repository to your account or organization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forking is not needed, this action is available in the marketplace too: https://github.com/marketplace/actions/ai-code-review-action
@@ -38,20 +40,19 @@ jobs: | |||
uses: actions/checkout@v3 | |||
|
|||
- name: AI Code Reviewer | |||
uses: your-username/ai-code-reviewer@main | |||
uses: your-username/ai-codereviewer@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works too: freeedcom/[email protected]
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Update description to make the action easier to use and avoid confusion