Skip to content

Commit 3bc8808

Browse files
authored
Merge pull request #37275 from github/repo-sync
Repo sync
2 parents e0859f6 + 13916a7 commit 3bc8808

File tree

13 files changed

+2121
-3
lines changed

13 files changed

+2121
-3
lines changed

content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-the-monitor-dashboards.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,12 @@ The graphs break down different metrics about {% data variables.product.prodname
109109
### Background jobs
110110

111111
Number of tasks queued for background processing on the {% data variables.product.prodname_ghe_server %} appliance.
112+
{% ifversion ghes > 3.12 %}
112113

113114
### Git Maintenance
114115

115116
Monitoring Git maintenance failures can help customers with large and active repositories proactively manage repository health. Occasional "spurious failures" and "retries" are expected, but if a repository consistently shows Git maintenance marked as "failed", we recommend contacting [GitHub Support](https://support.github.com/).
117+
{% endif %}
116118

117119
### Network
118120

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "7ef76f8a5d8a0645e8b78a367648350624c0ef5f"
63+
"sha": "40e9d26234e447455ce27f50703e29b20b44cfb8"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 900 additions & 0 deletions
Large diffs are not rendered by default.

src/rest/data/ghec-2022-11-28/schema.json

Lines changed: 926 additions & 0 deletions
Large diffs are not rendered by default.

src/rest/data/ghes-3.12-2022-11-28/schema.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108728,6 +108728,19 @@
108728108728
"type": "string"
108729108729
}
108730108730
},
108731+
{
108732+
"name": "advanced_security_product",
108733+
"in": "query",
108734+
"description": "<p>The security feature to get GitHub Advanced Security active committers for.</p>",
108735+
"required": false,
108736+
"schema": {
108737+
"type": "string",
108738+
"enum": [
108739+
"code_security",
108740+
"secret_protection"
108741+
]
108742+
}
108743+
},
108731108744
{
108732108745
"name": "per_page",
108733108746
"description": "<p>The number of results per page (max 100). For more information, see \"<a href=\"https://docs.github.com/[email protected]/rest/using-the-rest-api/using-pagination-in-the-rest-api\">Using pagination in the REST API</a>.\"</p>",
@@ -202888,6 +202901,19 @@
202888202901
"type": "string"
202889202902
}
202890202903
},
202904+
{
202905+
"name": "advanced_security_product",
202906+
"in": "query",
202907+
"description": "<p>The security feature to get GitHub Advanced Security active committers for.</p>",
202908+
"required": false,
202909+
"schema": {
202910+
"type": "string",
202911+
"enum": [
202912+
"code_security",
202913+
"secret_protection"
202914+
]
202915+
}
202916+
},
202891202917
{
202892202918
"name": "per_page",
202893202919
"description": "<p>The number of results per page (max 100). For more information, see \"<a href=\"https://docs.github.com/[email protected]/rest/using-the-rest-api/using-pagination-in-the-rest-api\">Using pagination in the REST API</a>.\"</p>",

0 commit comments

Comments
 (0)