Skip to content

Commit

Permalink
feat: Update Slack integration to link directly to ACL review state
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Dec 13, 2024
1 parent 5ebc5bf commit 684064b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/access/slack/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func (b Bot) slackAccessListReminderMsgSection(accessList *accesslist.AccessList
if b.webProxyURL != nil {
reqURL := *b.webProxyURL
reqURL.Path = lib.BuildURLPath("web", "accesslists", accessList.Metadata.Name)
link = fmt.Sprintf("*Link*: %s", reqURL.String())
link = fmt.Sprintf("*Link*: %s#review", reqURL.String())
}

name := fmt.Sprintf("*%s*", accessList.Spec.Title)
Expand Down

0 comments on commit 684064b

Please sign in to comment.