From 2858724b1ca3f46b2ea697e7683e43c8ba29499a Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Sun, 16 Oct 2016 23:06:56 -0500 Subject: [PATCH] Remove unimplemented from_file option cc https://github.com/bkeepers/PRobot/issues/42 --- docs/configuration.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index fd5d3fc..fd58b29 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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`