From 636eeffaedd26cfbbb99add103c046457482eaf9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 30 Mar 2019 07:39:16 +0100 Subject: [PATCH] Experimental Ranger config. --- .github/ranger.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/ranger.yml diff --git a/.github/ranger.yml b/.github/ranger.yml new file mode 100644 index 0000000000..8e2aa09c6e --- /dev/null +++ b/.github/ranger.yml @@ -0,0 +1,6 @@ +# in .github/ranger.yml +comments: + - action: delete_comment + pattern: +1 + - action: delete_comment + pattern: ":+1:" \ No newline at end of file