-
Notifications
You must be signed in to change notification settings - Fork 678
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 DocHelper #1248
Update DocHelper #1248
Conversation
PR Reviewer Guide 🔍
|
/help |
/improve |
PR Agent Walkthrough 🤖Welcome to the PR Agent, an AI-powered tool for automated pull request analysis, feedback, suggestions and more. Here is a list of tools you can use to interact with the PR Agent:
(1) Note that each tool be triggered automatically when a new PR is opened, or called manually by commenting on a PR. (2) Tools marked with [*] require additional parameters to be passed. For example, to invoke the |
PR Code Suggestions ✨Latest suggestions up to d5625db
Previous suggestionsSuggestions up to commit 804cb9e
|
/help |
Question:add a flag to the PR title or at the end of the PR description. When this flag is present, pr-agent will not run automatically Answer:Unfortunately, there isn't a direct way to add a flag to the PR title or description to prevent PR-Agent from running automatically. However, you can achieve similar functionality using the configuration options provided by PR-Agent:
These methods allow you to control when PR-Agent runs automatically based on PR titles or branch names, which can serve as a workaround for your requirement. Relevant Sources: |
PR Type
Enhancement
Description
num_retrieved_snippets
optionChanges walkthrough 📝
pr_help_message.py
Enhance PR help message with configurable snippet retrieval
pr_agent/tools/pr_help_message.py
(
num_retrieved_snippets
)configuration.toml
Add configuration for number of retrieved snippets
pr_agent/settings/configuration.toml
num_retrieved_snippets
configuration option to thepr_help
section