Remove unimplemented from_file option

cc https://github.com/bkeepers/PRobot/issues/42
This commit is contained in:
Brandon Keepers
2016-10-16 23:06:56 -05:00
parent 29295ddc50
commit 2858724b1c

View File

@@ -94,15 +94,8 @@ Comments can be posted in response to any event performed on an Issue or Pull Re
```yml
- then:
comment: "Hey @{{ user.login }}, thanks for the contribution!"
```
The content of the comment can come from a file in the repository.
```yml
- then:
comment:
from_file: ".github/REPLY_TEMPLATE.md"
comment: >
Hey @{{ user.login }}, thanks for the contribution!
```
#### `close`