Enabling a Wiki
For the best experience with Qodo Merge, we recommend enabling a wiki for each repository where it is installed.
What is a Wiki?
Set configurations by creating a page called .pr_agent.toml
in the wiki of the repo.
The advantage of this method is that it allows to set configurations without needing to commit new content to the repository: just edit the wiki page and save.

Benefits of creating a Wiki
Storing your Qodo Merge configuration file.
Tracking accepted code suggestions over time.
Improve your Qodo Merge experience over time by creating a
auto_best_practices.md
file to capture learning and best practices automatically.
How to Enable a Wiki (GitHub)
Go to your repository’s main page on GitHub.
Click Settings in the top navigation bar.
Scroll to the Features section.
Check the box to Enable Wikis.
Return to the repository’s main page and click the new Wiki tab.
Click Create the first page and save it.
Important: The wiki must have at least one page to be fully active.
To initialize the wiki: navigate to Wiki
, select Create the first page
, then click Save page
.

Writing wiki content
We recommend surrounding the configuration content with triple-quotes ```
, to allow better presentation when displayed as markdown.
Qodo Merge will know to remove the surrounding quotes when reading the configuration content.
Last updated
Was this helpful?