mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
chore: Disable comment logging for ephemeral envs (#15156)
* Disable comment logging * Update CODEOWNERS
This commit is contained in:
1
.github/workflows/ephemeral-env.yml
vendored
1
.github/workflows/ephemeral-env.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user