Skip to content

Commit e4c0b49

Browse files
committed
update documentation with the new AllowedRegexpPrefixes config
1 parent 46eb1a1 commit e4c0b49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runatlantis.io/docs/repo-level-atlantis-yaml.md

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ workflows:
7171
steps:
7272
- run: echo hi
7373
- apply
74+
allowed_regexp_prefixes:
75+
- dev/
76+
- staging/
7477
```
7578
7679
## Use Cases
@@ -194,6 +197,7 @@ automerge:
194197
delete_source_branch_on_merge:
195198
projects:
196199
workflows:
200+
allowed_regexp_prefixes:
197201
```
198202
| Key | Type | Default | Required | Description |
199203
|-------------------------------|----------------------------------------------------------|---------|----------|-------------------------------------------------------------|
@@ -202,6 +206,7 @@ workflows:
202206
| delete_source_branch_on_merge | bool | `false` | no | Automatically deletes the source branch on merge |
203207
| projects | array[[Project](repo-level-atlantis-yaml.html#project)] | `[]` | no | Lists the projects in this repo |
204208
| workflows<br />*(restricted)* | map[string: [Workflow](custom-workflows.html#reference)] | `{}` | no | Custom workflows |
209+
| allowed_regexp_prefixes | array[string] | `[]` | no | Lists the allowed regexp prefixes to use when the [`--enable-regexp-cmd`](server-configuration.html#enable-regexp-cmd) flag is used
205210

206211
### Project
207212
```yaml

0 commit comments

Comments
 (0)