Skip to content

Commit 0672605

Browse files
committed
Add Missing allow-draft-pr Server Flag Docs
This was added in runatlantis#1053 but is not documented.
1 parent 8ca6e16 commit 0672605

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

runatlantis.io/docs/server-configuration.md

+6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Values are chosen in this order:
4747

4848

4949
## Flags
50+
* ### `--allow-draft-prs`
51+
```bash
52+
atlantis server --allow-draft-prs
53+
```
54+
Respond to pull requests from draft prs. Defaults to `false`.
55+
5056
* ### `--allow-fork-prs`
5157
```bash
5258
atlantis server --allow-fork-prs

0 commit comments

Comments
 (0)