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 authored Dec 20, 2024
1 parent c30debb commit 5e097c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/access/slack/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +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)
reqURL.Fragment = "review"
link = fmt.Sprintf("*Link*: %s", reqURL.String())
}

Expand Down

0 comments on commit 5e097c4

Please sign in to comment.