From 25bc8ec7c61a10efcc6735c9c591b0f7a7e3e2e9 Mon Sep 17 00:00:00 2001 From: leanne Date: Tue, 11 Mar 2025 14:01:45 -0700 Subject: [PATCH] updating commit options example --- .../agent-configuration/configure-agent-files-service.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-agent-files-service.md b/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-agent-files-service.md index 432884f6..8c4facd3 100644 --- a/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-agent-files-service.md +++ b/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-agent-files-service.md @@ -29,7 +29,10 @@ To generate this `repos.csv`, we recommend using "[repo fetchers](https://github ## commitOptions.txt -This is an optional file, which allows for custom commit options for individual repositories. When no commit options are provided for a specific repositories we will fall back the default commit options which are specified in the [agent configuration](agent-variables.md#all-agent-configuration-variables) or all commit options if no default are provided. +This is an optional file, which allows for custom commit options for individual repositories. +Commit options let you configure how code changes can be committed. For example, you could specify that you only want your organization to allow pull requests. Or you could allow people to commit the results directly to main. +[For more details check out this guide](https://github.com/moderneinc/moderne-organizations/tree/main?tab=readme-ov-file#commit-options). +When no commit options are provided for a specific repositories we will fall back the default commit options which are specified in the [agent configuration](agent-variables.md#all-agent-configuration-variables) or all commit options if no default are provided. If you want to provide specific commit options for specific repositories, these can be provided in a text file with the following format: ```text Open Source=Branch,PullRequest