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:
Nick Schonning 2020-11-02 18:58:02 -05:00 committed by GitHub
commit 482be82021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: |