mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
fix: correct filename references in metadata configuration and documentation
This commit is contained in:
parent
532fbbe0a6
commit
5de82e379a
2 changed files with 3 additions and 3 deletions
|
|
@ -143,7 +143,7 @@ add_repo_metadata = true
|
|||
```
|
||||
|
||||
Qodo Merge will attempt to fetch repository metadata from the root directory of your PR's head branch, looking for common metadata files such as:
|
||||
[AGENT.MD](https://agents.md/), [QODO.MD](https://docs.qodo.ai/qodo-documentation/qodo-command/getting-started/setup-and-quickstart), [CLAUDE.MD](https://www.anthropic.com/engineering/claude-code-best-practices), etc.
|
||||
[AGENTS.MD](https://agents.md/), [QODO.MD](https://docs.qodo.ai/qodo-documentation/qodo-command/getting-started/setup-and-quickstart), [CLAUDE.MD](https://www.anthropic.com/engineering/claude-code-best-practices), etc.
|
||||
|
||||
You can also specify custom filenames to search for:
|
||||
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@ duplicate_prompt_examples = false
|
|||
seed=-1 # set positive value to fix the seed (and ensure temperature=0)
|
||||
temperature=0.2
|
||||
# bring repo metadata 💎
|
||||
add_repo_metadata=false # if true, will try to add metadata from files like 'AGENT.MD', 'CLAUDE.MD', 'QODO.MD' etc.
|
||||
add_repo_metadata_file_list =["AGENT.MD", "CLAUDE.MD", "QODO.MD"]
|
||||
add_repo_metadata=false # if true, will try to add metadata from files like 'AGENTS.MD', 'CLAUDE.MD', 'QODO.MD' etc.
|
||||
add_repo_metadata_file_list =["AGENTS.MD", "CLAUDE.MD", "QODO.MD"]
|
||||
# ignore logic
|
||||
ignore_pr_title = ["^\\[Auto\\]", "^Auto"] # a list of regular expressions to match against the PR title to ignore the PR agent
|
||||
ignore_pr_target_branches = [] # a list of regular expressions of target branches to ignore from PR agent when an PR is created
|
||||
|
|
|
|||
Loading…
Reference in a new issue