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 ]
|
types: [ labeled ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
leave_comment:
|
||||||
if: ${{ github.repository == 'getmoto/moto' && github.event.label.name == 'payment-approved' }}
|
if: ${{ github.repository == 'getmoto/moto' && github.event.label.name == 'payment-approved' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v5
|
- uses: actions/github-script@v5
|
||||||
|
Loading…
Reference in New Issue
Block a user