Update payment_notification.yml with proper msg
This commit is contained in:
parent
7379b46460
commit
82a83af80b
12
.github/workflows/payment_notification.yml
vendored
12
.github/workflows/payment_notification.yml
vendored
@ -17,4 +17,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
issue-number: ${{ context.issue.number }}
|
issue-number: ${{ context.issue.number }}
|
||||||
body: |
|
body: |
|
||||||
Test message
|
Hi @${{ github.event.pull_request.user.login }},
|
||||||
|
|
||||||
|
Thank you for contributing to Moto!
|
||||||
|
|
||||||
|
To show our thanks, we'd like to share some of the donations that we've received with you. PR's like this are the big reason that Moto is as successful as it is - so it's only fair that you, as a contributor, gets to share the spoils.
|
||||||
|
|
||||||
|
We've created a companion website with more information:
|
||||||
|
https://payments.getmoto.org/
|
||||||
|
|
||||||
|
This website is still in beta, but everything should work. Feel free to open a bug or discussion if you run into any problems:
|
||||||
|
https://github.com/getmoto/payments
|
||||||
|
Loading…
Reference in New Issue
Block a user