Create payment_notification.yml

This commit is contained in:
Bert Blommers 2023-05-24 21:30:54 +00:00 committed by GitHub
parent 42b03d36ac
commit 3718963fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# When the appropriate label is applied, notify user that payment is waiting
#
name: "Payment Notification"
on:
pull_request:
types: [ labeled ]
jobs:
test:
if: ${{ github.repository == 'getmoto/moto' && github.event.label.name == 'payment-approved' }}
runs-on: ubuntu-latest
steps:
- name: Leave comment
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ context.issue.number }}
body: |
Test message