-
Notifications
You must be signed in to change notification settings - Fork 0
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
PR-Agent Sample #6
base: master
Are you sure you want to change the base?
Conversation
PR Description updated to latest commit (d384401) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
enhancement
Description
Android CI
to enhance automation.Codium-ai/pr-agent@main
, leveragingOPENAI_KEY
andGITHUB_TOKEN
for operations, which could facilitate automated PR reviews or other automated tasks.Changes walkthrough
pr_agent_ci.yml
Introduce PR Agent GitHub Actions Workflow
.github/workflows/pr_agent_ci.yml
Android CI
.synchronize) and issue comment events (created, edited).
Run PR Agent
to execute onubuntu-latest
only if theevent sender is not a bot.
Codium-ai/pr-agent@main
with environment variables forOPENAI_KEY
andGITHUB_TOKEN
.