Update payment_notification.yml

This commit is contained in:
Bert Blommers 2023-06-14 11:48:03 +00:00 committed by GitHub
parent d7828fdb1d
commit 759f26c6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,12 @@ on:
types: [ labeled ]
jobs:
test:
leave_comment:
if: ${{ github.repository == 'getmoto/moto' && github.event.label.name == 'payment-approved' }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/github-script@v5