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 4dc3cda
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 @@ -290,7 +290,7 @@ func (b Bot) slackAccessListReminderMsgSection(accessList *accesslist.AccessList
link := ""
if b.webProxyURL != nil {
reqURL := *b.webProxyURL
reqURL.Path = lib.BuildURLPath("web", "accesslists", accessList.Metadata.Name)
reqURL.Path = lib.BuildURLPath("web", "accesslists", fmt.Sprintf("%s#review", accessList.Metadata.Name))
link = fmt.Sprintf("*Link*: %s", reqURL.String())
}

Expand Down

0 comments on commit 4dc3cda

Please sign in to comment.