From 89a291a89bca5a8a1a333da6e1120c44ed01a2da Mon Sep 17 00:00:00 2001 From: Adam R <13562139+catenocrypt@users.noreply.github.com> Date: Wed, 22 Apr 2020 11:53:59 +0200 Subject: [PATCH] Merge bot config: add reminder message (#1951) * Merge-fee-bot configuration: add maxIdleRemindHours: 13. * Merge bot config: add reminder message. Co-authored-by: Catenocrypt --- .github/merge-fee-bot.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/merge-fee-bot.yaml b/.github/merge-fee-bot.yaml index 8f54505be..ae6ad8180 100644 --- a/.github/merge-fee-bot.yaml +++ b/.github/merge-fee-bot.yaml @@ -21,10 +21,15 @@ message: notReceived: Fee has not been received yet in full.\n\n$TX_LIST received: Fee payment received, thanks! \n\n$PAID_AMOUNT $PAID_CURRENCY\n\n$TX_LIST reviewed: Review is not needed any more, no more fee required. + reminder: | + $USER, kind reminder: please pay fee: **$PAY1_AMOUNT $PAY1_CURRENCY** with the memo **$PAY1_MEMO** to the address `$PAY1_ADDRESS`. + Alternatively, 0.5 BNB is also accepted (same memo & address). + \n$QR1_SIMPLE + See the [Pull Request Fee FAQ](https://developer.trustwallet.com/add_new_asset/pr-fee). oldClosing: Maximum PR age reached, auto-closing PR label: requested: 'Payment Status: Requested' paid: 'Payment Status: Paid' timeout: maxAgeCloseHours: 72 - maxIdleRemindHours: 13 + maxIdleRemindHours: 11