mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-17 04:09:31 +08:00
Remove unimplemented from_file option
cc https://github.com/bkeepers/PRobot/issues/42
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user