Skip to content

Commit 14c33c0

Browse files
PR comment: GH logic was backwards
GHE is always allowed, GH is only allowed if private.
1 parent dc1dc9d commit 14c33c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/semgrep-code/triage-remediation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ To **reopen multiple findings** in the **No grouping** view, follow these steps:
139139

140140
## Triage findings through PR and MR comments
141141

142-
Triage your Semgrep AppSec Platform findings displayed as comments in GitHub PRs and GitLab MRs by replying with another comment.
142+
Triage your Semgrep AppSec Platform findings displayed as comments in PRs and MRs by replying with another comment.
143143

144144
<Tabs
145145
defaultValue="gh"
@@ -202,7 +202,7 @@ Triaging a finding as **Ignored** through a comment in Bitbucket changes the sta
202202
<TabItem value='gh'>
203203

204204
### Prerequisites
205-
- A **private** GitHub Free or Team cloud-hosted repository. This feature is not enabled for public GitHub repositories or GitHub Enterprise public and private repositories.
205+
- A **private** GitHub Free or Team cloud-hosted repository or GitHub Enterprise repository. This feature is not enabled for public GitHub Cloud repositories.
206206
- You have completed a [Semgrep core deployment](/deployment/core-deployment).
207207

208208
### Enable triage through GitHub PR comments:

0 commit comments

Comments
 (0)