Skip to content

Commit

Permalink
Merge pull request #514 from linear-b/fix-markdown-in-cm-file
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
vim-zz committed May 13, 2024
2 parents ba34895 + 3a1b004 commit 09c8b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/cm-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ The `config` section in the `.cm` file is optional and specifies settings that a
| `config.admin.users` | [String] | `[]` | `gitstream.cm` | List of admin users, identified by Git provider usernames. |
| `config.ignore_files` | [String] | `[]` | per `.cm` file | Files to exclude from consideration. |
| `config.user_mapping` | [String: String] | `[]` | per `.cm` file | Map Git user details to provider account names. |

##### `config.admin.users`

When specified in `gitstream.cm` the `config.admin.users` allows adding admin rights, when a PR changes the `*.cm` files only, if the user is listed in `config.admin.users` the PR will be then approved by gitStream. For example, setting `popeye` as admin:
Expand Down

0 comments on commit 09c8b8c

Please sign in to comment.