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

This commit is contained in:
Sven Grossmann 2025-01-07 18:07:56 +01:00 committed by GitHub
parent 1d551a86dc
commit 02d0e1191f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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