Skip to content

Commit 38713fc

Browse files
[2026-08-18] Rule Insights Dashboard for repositories and organizations [GA] (#62465)
1 parent 0c068e9 commit 38713fc

3 files changed

Lines changed: 30 additions & 4 deletions

File tree

content/organizations/managing-organization-settings/managing-rulesets-for-repositories-in-your-organization.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,24 @@ You can import a ruleset from another repository or organization using the expor
8080
{% data reusables.repositories.import-a-ruleset %}
8181

8282
{% endif %}
83+
84+
{% ifversion rule-insights-dashboard-org-level %}
85+
86+
## Viewing the rule insights dashboard
87+
88+
Use the rule insights dashboard to review the evaluation activity of rulesets across your organization. You can:
89+
90+
* Review aggregated rule evaluation metrics across all repositories in your organization to understand where and how your rulesets take effect.
91+
* Identify the repositories with the most bypasses so you can prioritize your review.
92+
* Filter results by evaluation status, branch, ruleset, and date range to focus on the activity that matters to you.
93+
* Export the data to a CSV file for further analysis.
94+
95+
{% data reusables.profile.access_org %}
96+
{% data reusables.profile.org_settings %}
97+
1. {% data reusables.user-settings.code-planning-automation %} click **{% octicon "repo" aria-hidden="true" aria-label="repo" %} Repository**, then click **Dashboard**.
98+
99+
{% endif %}
100+
83101
{% ifversion not fpt %}
84102

85103
## Viewing insights for rulesets

content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/managing-rulesets-for-a-repository.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ You can view insights for rulesets to see how rulesets are affecting a repositor
113113

114114
{% ifversion rule-insights-dashboard %}
115115

116-
### Rule insights dashboard
116+
### Viewing the rule insights dashboard
117117

118118
> [!NOTE]
119-
> The rule insights dashboard is in {% data variables.release-phases.public_preview %} and subject to change. It is available for {% data variables.product.prodname_team %} and {% data variables.product.prodname_ghe_cloud %} plans.
119+
> The rule insights dashboard is available for {% data variables.product.prodname_team %} and {% data variables.product.prodname_ghe_cloud %} plans.
120120
121121
The rule insights dashboard gives you a visual, high-level summary of rule evaluation activity for your repository, including:
122122

123-
- **Successes, failures, and bypasses over time**: A chart showing trends in rule evaluation results, helping you spot spikes in blocked pushes or unusual patterns.
124-
- **Top bypassers**: A list of the most active bypassers for your rulesets.
123+
* **Successes, failures, and bypasses over time**: A chart showing trends in rule evaluation results, helping you spot spikes in blocked pushes or unusual patterns.
124+
* **Top bypassers**: A list of the most active bypassers for your rulesets.
125125

126126
Each chart links back to the rule insights page with filters prefilled, so you can quickly drill into specific statuses, bypassers, or time ranges.
127127

@@ -132,6 +132,8 @@ To view the dashboard:
132132
1. In the left sidebar, under "Code and automation," click **Rules**, then click **Insights**.
133133
1. At the top of the "Rule Insights" page, view the dashboard charts for an overview of rule evaluation activity.
134134

135+
At the organization level, you can view the rule insights dashboard to review the evaluation activity of rulesets across your organization. See [AUTOTITLE](/organizations/managing-organization-settings/managing-rulesets-for-repositories-in-your-organization#viewing-the-rule-insights-dashboard).
136+
135137
{% endif %}
136138

137139
{% endif %}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Rule insights dashboard at the organization level, issue #23276
2+
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>=3.23'

0 commit comments

Comments
 (0)