Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin/permissions/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Sourcegraph allows customers to use webhooks to react to events that modify user
on the code host. Currently the only supported code host for webhooks
is [Github](/admin/code_hosts/github).

> NOTE: Using webhooks is the *recommended* way to get code host permissions to Sourcegraph
> NOTE: Using webhooks is the *recommended* way to get code host permissions to Sourcegraph. It's important to also note that when you have webhooks configured, it override Sourcegraph's default heuristics for fetching repository permissions. This is because webhooks and explicit configurations are intended to enforce specific permissions from external services, while the default heuristics act as a fallback when no explicit permissions are provided.
## How it works

Expand Down
Loading