Update test-assistant-issue-review.yml

This commit is contained in:
nigeljamesstevenson 2024-02-02 14:17:18 +00:00 committed by GitHub
parent 7c466218aa
commit 40921d457d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
id: notify
with:
slack-bot-user-oauth-access-token: ${{ secrets.TEST_ASSISTANCE_BOT_TOKEN }}
slack-channel: ${{ secrets.TEST_SLACK_CHANNEL }}
slack-channel: ${{ secrets.TEAM_SOLARIS_ISSUE_ANALYSIS_CHANNEL }}
slack-text: |
<${{ github.event.issue.html_url }}|${{ github.event.issue.title }}>
*Labels:* ${{ join(github.event.issue.labels.*.name, ', ') }}