From 6f8b1f3b9d44830a51648b2ce6b7018181b1a0ae Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 9 Aug 2019 21:06:59 +0200 Subject: [PATCH 1/2] Fix link in readme [skip ci] --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 884eb7088a..0e2036f9d1 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ [![Packagist](https://img.shields.io/packagist/v/grumpydictator/firefly-iii.svg?style=flat-square)](https://packagist.org/packages/grumpydictator/firefly-iii) [![License](https://img.shields.io/github/license/firefly-iii/firefly-iii.svg?style=flat-square])](https://www.gnu.org/licenses/gpl-3.0.en.html) [![Donate using Paypal](https://img.shields.io/badge/donate-PayPal-green?logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=44UKUT455HUFA) -[![Donate using Patreon](https://img.shields.io/badge/donate-%40JC5-green?logo=patreon)](https://img.shields.io/badge/donate-%40JC5-green?logo=patreon) +[![Donate using Patreon](https://img.shields.io/badge/donate-%40JC5-green?logo=patreon)](https://www.patreon.com/jc5) * [Introduction](#introduction) From 8e51b3edefe9605d3ccb36b0c1d8cb42db0a3973 Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Fri, 9 Aug 2019 13:40:11 -0700 Subject: [PATCH 2/2] 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:"