Merge bot config: add reminder message (#1951)

* Merge-fee-bot configuration: add maxIdleRemindHours: 13.
* Merge bot config: add reminder message.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2020-04-22 11:53:59 +02:00 committed by GitHub
parent fafc7d55a2
commit 89a291a89b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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