Update payment_notification.yml
This commit is contained in:
parent
d7828fdb1d
commit
759f26c6d0
5
.github/workflows/payment_notification.yml
vendored
5
.github/workflows/payment_notification.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user