-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update PR Action Handling Logic in GitHub Action Runner #1231
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
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
@matanbaruch https://pr-agent-docs.codium.ai/usage-guide/automations_and_usage/#github-action |
@mrT23 Added |
cool :-) |
PR Type
Enhancement
Description
GITHUB_ACTION_CONFIG.PR_ACTIONS
configuration optionconfiguration.toml
to include the newpr_actions
option (commented out)Changes walkthrough 📝
github_action_runner.py
Implement configurable PR actions in GitHub Action runner
pr_agent/servers/github_action_runner.py
GITHUB_ACTION_CONFIG.PR_ACTIONS
actions list
configuration.toml
Add PR actions configuration option in TOML file
pr_agent/settings/configuration.toml
pr_actions
configuration option under[github_action_config]
'ready_for_review', 'review_requested'