Update test_outdated_versions.yml
This commit is contained in:
parent
3718963fc4
commit
43dccd65a6
12
.github/workflows/test_outdated_versions.yml
vendored
12
.github/workflows/test_outdated_versions.yml
vendored
@ -68,3 +68,15 @@ jobs:
|
|||||||
name: motoserver
|
name: motoserver
|
||||||
path: |
|
path: |
|
||||||
serverlogs/*
|
serverlogs/*
|
||||||
|
|
||||||
|
leave_comment:
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user