diff --git a/workflows/enable.mdx b/workflows/enable.mdx index 3fe0eb7f5..ccf176ea0 100644 --- a/workflows/enable.mdx +++ b/workflows/enable.mdx @@ -38,6 +38,14 @@ For workflows that run on push events, specify the repositories to watch. You ca For GitHub repositories, you must install the Mintlify GitHub App on each repository. Add repositories on the [GitHub app](https://dashboard.mintlify.com/settings/organization/github-app) settings page. +### Context repositories + +Add context repositories to give the agent additional source material to read while the workflow runs. The agent clones each context repository alongside your documentation repository so the prompt can reference its files, commits, or pull requests. + +Only the changelog workflow supports context repositories. Use them when the agent needs information that lives outside your documentation repository, such as a product codebase that drives release notes. + +For GitHub repositories, install the Mintlify GitHub App on each context repository. For GitLab repositories, connect each project through the [GitLab OAuth](https://dashboard.mintlify.com/settings/organization/gitlab-oauth) settings page. + ### Update mode Each workflow has a default mode for how it makes updates, either by directly updating your content repository or by opening a pull request.