From 8e51b3edefe9605d3ccb36b0c1d8cb42db0a3973 Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Fri, 9 Aug 2019 13:40:11 -0700 Subject: [PATCH] Fix ranger.yml config --- .github/ranger.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ranger.yml b/.github/ranger.yml index 8e2aa09c6e..0f9ba59775 100644 --- a/.github/ranger.yml +++ b/.github/ranger.yml @@ -1,6 +1,8 @@ # in .github/ranger.yml -comments: - - action: delete_comment - pattern: +1 - - action: delete_comment - pattern: ":+1:" \ No newline at end of file +comments: + - + action: delete_comment + pattern: 1 + - + action: delete_comment + pattern: ":+1:"