Actions: No need to echo triage labels (#98626)

This commit is contained in:
Sven Grossmann
2025-01-07 19:07:56 +02:00
committed by GitHub
parent 1d551a86dc
commit 02d0e1191f
-4
View File
@@ -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