Skip to content

Commit

Permalink
Add Missing allow-draft-pr Server Flag Docs
Browse files Browse the repository at this point in the history
This was added in #1053 but is not documented.
  • Loading branch information
philnielsen committed Mar 16, 2021
1 parent 8ca6e16 commit 0672605
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Values are chosen in this order:


## Flags
* ### `--allow-draft-prs`
```bash
atlantis server --allow-draft-prs
```
Respond to pull requests from draft prs. Defaults to `false`.

* ### `--allow-fork-prs`
```bash
atlantis server --allow-fork-prs
Expand Down

0 comments on commit 0672605

Please sign in to comment.