chore: Disable comment logging for ephemeral envs (#15156)

* Disable comment logging

* Update CODEOWNERS
This commit is contained in:
Rob DiCiuccio
2021-06-14 14:31:36 -07:00
committed by GitHub
parent 045fa1bc7a
commit 7a21f9afa7
2 changed files with 3 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ jobs:
- name: Debug
run: |
echo "Comment on PR #${{ github.event.issue.number }} by ${{ github.event.issue.user.login }}, ${{ github.event.comment.author_association }}"
echo "Comment body: ${{ github.event.comment.body }}"
- name: Eval comment body for /testenv slash command
uses: actions/github-script@v3