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

How to Enable a Wiki (GitHub)

  1. Go to your repository’s main page on GitHub.

  2. Click Settings in the top navigation bar.

  3. Scroll to the Features section.

  4. Check the box to Enable Wikis.

  5. Return to the repository’s main page and click the new Wiki tab.

  6. Click Create the first page and save it.

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?