Skip to content

Commit f56c667

Browse files
Merge pull request #5077 from psalajova/edit-slack-message
Replace notebook-lm mention with ship-help-bot
2 parents dbe3f83 + c5b0eee commit f56c667

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pkg/slack/events/helpdesk/helpdesk-message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func getContactedHelpdeskResponse(botId, reviewRequestWorkflowID, user string) [
123123
} else {
124124
sections = append(sections,
125125
"In the meantime, check our <https://docs.ci.openshift.org/|documentation> or <https://docs.ci.openshift.org/getting-started/helpdesk-faq/|Helpdesk FAQ>.",
126-
"You can also try our <https://notebooklm.google.com/notebook/cb53610d-1436-4504-9277-0cb3561f7620|forum-ocp-testplatform Advisor AI> :ai-generated: to see if your question has been answered before.",
126+
"You can also ask `(@)ship-help` - AI chatbot that can help answer your questions :ai-generated:.",
127127
"If this is an urgent CI outage, please ping `(@)dptp-triage`")
128128
}
129129

pkg/slack/events/helpdesk/testdata/zz_fixture_TestGetContactedHelpdeskResponse_empty_botId.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
type: mrkdwn
1010
type: section
1111
- text:
12-
text: 'You can also try our <https://notebooklm.google.com/notebook/cb53610d-1436-4504-9277-0cb3561f7620|forum-ocp-testplatform
13-
Advisor AI> :ai-generated: to see if your question has been answered before.'
12+
text: You can also ask `(@)ship-help` - AI chatbot that can help answer your questions
13+
:ai-generated:.
1414
type: mrkdwn
1515
type: section
1616
- text:

pkg/slack/events/helpdesk/testdata/zz_fixture_TestGetContactedHelpdeskResponse_random_botId.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
type: mrkdwn
1010
type: section
1111
- text:
12-
text: 'You can also try our <https://notebooklm.google.com/notebook/cb53610d-1436-4504-9277-0cb3561f7620|forum-ocp-testplatform
13-
Advisor AI> :ai-generated: to see if your question has been answered before.'
12+
text: You can also ask `(@)ship-help` - AI chatbot that can help answer your questions
13+
:ai-generated:.
1414
type: mrkdwn
1515
type: section
1616
- text:

0 commit comments

Comments
 (0)