From 02d0e1191f59001269cbbf52f4b3f462b3f12792 Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Tue, 7 Jan 2025 18:07:56 +0100 Subject: [PATCH] Actions: No need to echo triage labels (#98626) --- .github/workflows/issue-opened.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index 4005e0b0ea8..2b7ba146a06 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -97,10 +97,6 @@ jobs: types_file: ${{ github.workspace }}/.github/auto-triager/types.txt prompt_file: ${{ github.workspace }}/.github/auto-triager/prompt.txt - - name: Labels from auto triage - run: | - echo ${{ steps.auto_triage.outputs.triage_labels }} - - name: "Send Slack notification" if: ${{ steps.auto_triage.outputs.triage_labels != '' }} uses: slackapi/slack-github-action@v1.27.0