-
Notifications
You must be signed in to change notification settings - Fork 652
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
Add command execution functionality to Bitbucket app and update configuration settings #745
Conversation
…guration settings
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
/Users/talrid/Git/pr-agent/venv/bin/python /Users/talrid/Git/pr-agent/format_importance.py PR Code Suggestions ✨
Process finished with exit code 0 |
/Users/talrid/Git/pr-agent/venv/bin/python /Users/talrid/Git/pr-agent/format_importance.py PR Code Suggestions ✨
Process finished with exit code 0 |
Type
enhancement
Description
bitbucket_app.py
to support newpr_commands
configuration, allowing for more flexible and powerful automation options.Usage.md
has been updated to guide users on how to configure and use the newpr_commands
feature.configuration.toml
now supportspr_commands
for Bitbucket, replacing the old auto tool settings, providing an example configuration.Changes walkthrough
bitbucket_app.py
Introduce Command Execution for Bitbucket PRs
pr_agent/servers/bitbucket_app.py
_perform_commands_bitbucket
to executeconfigured commands for Bitbucket PRs.
pr_commands
configuration.Usage.md
Update Documentation for Bitbucket Command Execution
Usage.md
pr_commands
configuration forBitbucket.
auto_review
,auto_describe
, andauto_improve
.pr_commands
for automaticexecution.
configuration.toml
Update Configuration to Support Command Execution
pr_agent/settings/configuration.toml
pr_commands
configuration forBitbucket.
pr_commands
in theconfiguration.toml
file.