From 2b26da46f5c2fdd9cd6b25b020789fe11eb81e52 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Wed, 31 Jul 2024 02:29:31 -0700 Subject: [PATCH 1/2] Delete orphaned features (2024-07-29-16-28) (#51818) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- data/features/dependency-review-action-fail-on-scopes.yml | 6 ------ data/features/projects-v2-auto-add.yml | 6 ------ data/features/projects-v2-auto-archive.yml | 6 ------ data/features/projects-v2-roadmaps.yml | 6 ------ data/features/projects-v2-workflows.yml | 5 ----- 5 files changed, 29 deletions(-) delete mode 100644 data/features/dependency-review-action-fail-on-scopes.yml delete mode 100644 data/features/projects-v2-auto-add.yml delete mode 100644 data/features/projects-v2-auto-archive.yml delete mode 100644 data/features/projects-v2-roadmaps.yml delete mode 100644 data/features/projects-v2-workflows.yml diff --git a/data/features/dependency-review-action-fail-on-scopes.yml b/data/features/dependency-review-action-fail-on-scopes.yml deleted file mode 100644 index 1d3bb2ceda..0000000000 --- a/data/features/dependency-review-action-fail-on-scopes.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Reference: Issue #7739 - Dependency review action, new config option "fail-on-scopes" added. - -versions: - fpt: '*' - ghec: '*' - ghes: '> 3.7' diff --git a/data/features/projects-v2-auto-add.yml b/data/features/projects-v2-auto-add.yml deleted file mode 100644 index 67fe2f7815..0000000000 --- a/data/features/projects-v2-auto-add.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Issue 8996 -# ProjectV2 auto-adding -versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' diff --git a/data/features/projects-v2-auto-archive.yml b/data/features/projects-v2-auto-archive.yml deleted file mode 100644 index 2c4bcc97ae..0000000000 --- a/data/features/projects-v2-auto-archive.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Issue 7910 -# ProjectV2 auto-archiving -versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' diff --git a/data/features/projects-v2-roadmaps.yml b/data/features/projects-v2-roadmaps.yml deleted file mode 100644 index 4d15af9ebc..0000000000 --- a/data/features/projects-v2-roadmaps.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Issue 8551 -# Roadmap layout -versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' diff --git a/data/features/projects-v2-workflows.yml b/data/features/projects-v2-workflows.yml deleted file mode 100644 index 862420ebd9..0000000000 --- a/data/features/projects-v2-workflows.yml +++ /dev/null @@ -1,5 +0,0 @@ -# Built-in workflows for Projects -versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' From d88f4a97616f4901f75dbc316695be52ac7c48a6 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:45:18 +0100 Subject: [PATCH 2/2] Removed one occurrence of "This feature is in beta, and is subject to change." (#51840) --- .../security-overview/viewing-security-insights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/security-overview/viewing-security-insights.md b/content/code-security/security-overview/viewing-security-insights.md index 75832fd75d..4ba4777e0a 100644 --- a/content/code-security/security-overview/viewing-security-insights.md +++ b/content/code-security/security-overview/viewing-security-insights.md @@ -79,7 +79,7 @@ Keep in mind that the overview page tracks changes over time for security alert {% ifversion security-overview-additional-tools %} -Some metrics in the security overview dashboard include a trend indicator, which shows the percentage gain or loss for the chosen time period relative to previous period. For example, when you select a week with 10 alerts, if the previous week had 20 alerts, the trend indicator reports that the metric has dropped by 50%. If the average age of the open alerts is 15 days, and for the previous period it was 5 days, the trend indicator reports that the metric has risen by 200%. This feature is in beta, and is subject to change. This feature is in beta, and is subject to change. +Some metrics in the security overview dashboard include a trend indicator, which shows the percentage gain or loss for the chosen time period relative to previous period. For example, when you select a week with 10 alerts, if the previous week had 20 alerts, the trend indicator reports that the metric has dropped by 50%. If the average age of the open alerts is 15 days, and for the previous period it was 5 days, the trend indicator reports that the metric has risen by 200%. This feature is in beta, and is subject to change. {% endif %}