fix: correct filename references in metadata configuration and documentation

This commit is contained in:
mrT23 2025-09-02 09:18:12 +03:00
parent 532fbbe0a6
commit 5de82e379a
No known key found for this signature in database
GPG key ID: D350490E39D5F5AD
2 changed files with 3 additions and 3 deletions

View file

@ -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: 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: You can also specify custom filenames to search for:

View file

@ -50,8 +50,8 @@ duplicate_prompt_examples = false
seed=-1 # set positive value to fix the seed (and ensure temperature=0) seed=-1 # set positive value to fix the seed (and ensure temperature=0)
temperature=0.2 temperature=0.2
# bring repo metadata 💎 # 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=false # if true, will try to add metadata from files like 'AGENTS.MD', 'CLAUDE.MD', 'QODO.MD' etc.
add_repo_metadata_file_list =["AGENT.MD", "CLAUDE.MD", "QODO.MD"] add_repo_metadata_file_list =["AGENTS.MD", "CLAUDE.MD", "QODO.MD"]
# ignore logic # 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_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 ignore_pr_target_branches = [] # a list of regular expressions of target branches to ignore from PR agent when an PR is created