Update payment_notification.yml

This commit is contained in:
Bert Blommers 2023-06-17 20:26:33 +00:00 committed by GitHub
parent 627dd3073c
commit 408f61d100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,7 @@ jobs:
issue_number: context.issue.number, issue_number: context.issue.number,
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.repo, repo: context.repo.repo,
body: | body: `Hi @${{ github.event.pull_request.user.login }},
Hi @${{ github.event.pull_request.user.login }},
Thank you for contributing to Moto! Thank you for contributing to Moto!
@ -33,5 +32,5 @@ jobs:
https://payments.getmoto.org/ 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: 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 https://github.com/getmoto/payments`
}) })