Merge pull request #1389 from nschonni/skip-empty-official-image-PR
chore: Don't comment on PR for no-op
This commit is contained in:
commit
482be82021
|
@ -59,6 +59,7 @@ jobs:
|
|||
|
||||
- name: Create PR comment
|
||||
uses: peter-evans/create-or-update-comment@v1
|
||||
if: ${{ steps.create-pr.outputs.pull-request-url != '' }}
|
||||
with:
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
body: |
|
||||
|
|
Loading…
Reference in New Issue