You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/organizations/managing-organization-settings/managing-rulesets-for-repositories-in-your-organization.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,24 @@ You can import a ruleset from another repository or organization using the expor
80
80
{% data reusables.repositories.import-a-ruleset %}
81
81
82
82
{% 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**.
Copy file name to clipboardExpand all lines: content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/managing-rulesets-for-a-repository.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,15 +113,15 @@ You can view insights for rulesets to see how rulesets are affecting a repositor
113
113
114
114
{% ifversion rule-insights-dashboard %}
115
115
116
-
### Rule insights dashboard
116
+
### Viewing the rule insights dashboard
117
117
118
118
> [!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.
120
120
121
121
The rule insights dashboard gives you a visual, high-level summary of rule evaluation activity for your repository, including:
122
122
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.
125
125
126
126
Each chart links back to the rule insights page with filters prefilled, so you can quickly drill into specific statuses, bypassers, or time ranges.
127
127
@@ -132,6 +132,8 @@ To view the dashboard:
132
132
1. In the left sidebar, under "Code and automation," click **Rules**, then click **Insights**.
133
133
1. At the top of the "Rule Insights" page, view the dashboard charts for an overview of rule evaluation activity.
134
134
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).
0 commit comments