mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
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:
parent
fafc7d55a2
commit
89a291a89b
7
.github/merge-fee-bot.yaml
vendored
7
.github/merge-fee-bot.yaml
vendored
|
@ -21,10 +21,15 @@ message:
|
||||||
notReceived: Fee has not been received yet in full.\n\n$TX_LIST
|
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
|
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.
|
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
|
oldClosing: Maximum PR age reached, auto-closing PR
|
||||||
label:
|
label:
|
||||||
requested: 'Payment Status: Requested'
|
requested: 'Payment Status: Requested'
|
||||||
paid: 'Payment Status: Paid'
|
paid: 'Payment Status: Paid'
|
||||||
timeout:
|
timeout:
|
||||||
maxAgeCloseHours: 72
|
maxAgeCloseHours: 72
|
||||||
maxIdleRemindHours: 13
|
maxIdleRemindHours: 11
|
||||||
|
|
Loading…
Reference in New Issue
Block a user