Skip to content

Commit

Permalink
update documentation with the new AllowedRegexpPrefixes config
Browse files Browse the repository at this point in the history
  • Loading branch information
bmbferreira committed Nov 5, 2021
1 parent 46eb1a1 commit e4c0b49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runatlantis.io/docs/repo-level-atlantis-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ workflows:
steps:
- run: echo hi
- apply
allowed_regexp_prefixes:
- dev/
- staging/
```
## Use Cases
Expand Down Expand Up @@ -194,6 +197,7 @@ automerge:
delete_source_branch_on_merge:
projects:
workflows:
allowed_regexp_prefixes:
```
| Key | Type | Default | Required | Description |
|-------------------------------|----------------------------------------------------------|---------|----------|-------------------------------------------------------------|
Expand All @@ -202,6 +206,7 @@ workflows:
| delete_source_branch_on_merge | bool | `false` | no | Automatically deletes the source branch on merge |
| projects | array[[Project](repo-level-atlantis-yaml.html#project)] | `[]` | no | Lists the projects in this repo |
| workflows<br />*(restricted)* | map[string: [Workflow](custom-workflows.html#reference)] | `{}` | no | Custom workflows |
| 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

### Project
```yaml
Expand Down

0 comments on commit e4c0b49

Please sign in to comment.