trustwallet-assets/.github/merge-fee-bot.yaml
Adam R 8cd89e1a86
[internal] Adjusments to bot message (#3853)
* Refine 'Closing' message by merge bot.

* Emphasize new token condition.

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2020-09-08 14:20:57 +02:00

52 lines
3.0 KiB
YAML

# Expected Payment. Can be more than one options.
payments:
- amount: 1000
token: TWT
address: bnb1tqq9llyr3dyjd559dha6z5r5etk3qfwk07m098
- amount: 2
token: BNB
address: bnb1tqq9llyr3dyjd559dha6z5r5etk3qfwk07m098
payment:
# The tolerance for slightly lower amount, in percentage. Valid range: 95 -- 100
amountTolerancePct: 96
# Message templates
message:
initial: |
Hi! In order to compensate for the efforts of processing PRs, we kindly ask for a contribution.
Before paying the fee, make sure new tokens fulfill the [acceptance criteria](https://community.trustwallet.com/t/how-to-submit-a-token-logo/3863#how-to-get-approved) (there is no fee refund in case of rejection).
See also the [PR Fee FAQ](https://developer.trustwallet.com/add_new_asset/pr-fee).
\nPlease pay **$PAY1_AMOUNT $PAY1_CURRENCY** with the memo **$PAY1_MEMO** to the address `$PAY1_ADDRESS`.
Alternatively, $PAY2_AMOUNT $PAY2_CURRENCY is also accepted (same memo & address).
\n$QR1_SIMPLE
\n*Notes*:
* New tokens without significant usage are rejected, see criteria mentioned above.
* One PR should be for a single project; PR's with more than 10 logos will be rejected.
* Trust Wallet Tokens (TWT) are distributed to new users through our [Referral Program](https://community.trustwallet.com/t/invite-a-friend-earn-trust-wallet-token-twt/4125).
* Payment evaluation happens when there is activity on the PR -- write a comment if you have performed the payment.
* When payment is detected, an Accept Review is automatically placed on the PR, which is a condition for merge. The merge is still done manually.
notReceived: Fee has not been received yet (or not fully).\n\n$TX_LIST
received: |
Fee is PAID, fantastic! Thanks!
\nThe PR will be merged soon by a maintainer, and then new/updated logos should be visible in Trust Wallet.
Please note that the app caches logos for several days, so if you want to see changes immediately, use a new device, or reinstall Trust Wallet (make sure you have a backup of all your wallets first!). See the [assets FAQ](https://github.com/trustwallet/assets#faq).
@zachzwei & @catenocrypt, please take note.
\n([$PAID_AMOUNT $PAID_CURRENCY]($PAID1_EXPLORERLINK))
reviewCreated: Fee paid, review added.
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, $PAY2_AMOUNT $PAY2_CURRENCY 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: |
This PR is being closed due to inactivity. If you wish to continue, please have us reopen the PR before sending your payment.
Do NOT send payments for closed PR, as the fee may by lost!
label:
requested: 'Payment Status: Requested'
paid: 'Payment Status: Paid'
user:
assignOnPay: zachzwei,catenocrypt
timeout:
maxAgeCloseHours: 60
maxIdleRemindHours: 17