mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Merge-fee-bot config for auto close. (#1935)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
29d4ac8ff2
commit
e4a2904dc0
29
.github/merge-fee-bot.yaml
vendored
29
.github/merge-fee-bot.yaml
vendored
|
@ -8,19 +8,22 @@ payments:
|
||||||
address: bnb1tqq9llyr3dyjd559dha6z5r5etk3qfwk07m098
|
address: bnb1tqq9llyr3dyjd559dha6z5r5etk3qfwk07m098
|
||||||
# Message templates
|
# Message templates
|
||||||
message:
|
message:
|
||||||
initial: |
|
initial: |
|
||||||
Hi! In order to compensate for the efforts of processing PRs, we kindly ask for a contribution.
|
Hi! In order to compensate for the efforts of processing PRs, we kindly ask for a contribution.
|
||||||
See the [Pull Request Fee FAQ](https://developer.trustwallet.com/add_new_asset/pr-fee).
|
See the [Pull Request 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`.
|
\nPlease pay **$PAY1_AMOUNT $PAY1_CURRENCY** with the memo **$PAY1_MEMO** to the address `$PAY1_ADDRESS`.
|
||||||
Alternatively, 0.5 BNB is also accepted (same memo & address).
|
Alternatively, 0.5 BNB is also accepted (same memo & address).
|
||||||
\n$QR1_SIMPLE
|
\n$QR1_SIMPLE
|
||||||
\n*Notes*:
|
\n*Notes*:
|
||||||
* 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).
|
* 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.
|
* 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.
|
* 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 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.
|
||||||
|
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:
|
||||||
|
maxAgeHours: 72
|
||||||
|
|
Loading…
Reference in New Issue
Block a user