Skip to content

Commit 021b15a

Browse files
authored
Add conditions to remove beta note for code and secret scanning in GitHub AE (github#26373)
1 parent d747df7 commit 021b15a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

data/reusables/code-scanning/beta.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
{% ifversion ghae %}
1+
{% ifversion ghae-issue-5752 %}
2+
3+
<!-- Remove this reusable and all references for GA release -->
4+
5+
{% elsif ghae %}
26

37
{% note %}
48

data/reusables/secret-scanning/beta.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
{% ifversion ghae %}
1+
{% ifversion ghae-issue-5752 %}
2+
3+
<!-- Remove this reusable and all references for GA release -->
4+
5+
{% elsif ghae %}
6+
27
{% note %}
38

49
**Note:** {% data variables.product.prodname_secret_scanning_caps %} for organization-owned repositories is currently in beta and subject to change.

0 commit comments

Comments
 (0)