Skip to content

Commit c7e7ae1

Browse files
authored
Merge pull request #12938 from github/repo-sync
repo sync
2 parents d8c9033 + 38d880e commit c7e7ae1

9 files changed

Lines changed: 54 additions & 52 deletions

File tree

content/get-started/signing-up-for-github/setting-up-a-trial-of-github-ae.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ shortTitle: GitHub AE trial
1313
You can set up a 90-day trial to evaluate {% data variables.product.prodname_ghe_managed %}. This process allows you to deploy a {% data variables.product.prodname_ghe_managed %} account in your existing Azure region.
1414

1515
- **{% data variables.product.prodname_ghe_managed %} account**: The Azure resource that contains the required components, including the instance.
16-
- **{% data variables.product.prodname_ghe_managed %} portal**: The Azure management tool at https://portal.azure.com. This is used to deploy the {% data variables.product.prodname_ghe_managed %} account.
16+
- **{% data variables.product.prodname_ghe_managed %} portal**: The Azure management tool at [https://portal.azure.com](https://portal.azure.com). This is used to deploy the {% data variables.product.prodname_ghe_managed %} account.
1717

1818
## Setting up your trial of {% data variables.product.prodname_ghe_managed %}
1919

data/release-notes/enterprise-server/3-1/0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sections:
6767
- |
6868
[{% data variables.product.prodname_mobile %}](https://github.com/mobile) filtering allows you to search for and find issues, pull requests, and discussions from your device. New metadata for issues and pull request list items allow you to filter by assignees, checks status, review states, and comment counts.
6969
70-
{% data variables.product.prodname_mobile %} beta is available for {% data variables.product.prodname_ghe_server %}. Sign in with our [Android](https://play.google.com/store/apps/details?id=com.github.android) and [iOS](https://apps.apple.com/app/github/id1477376905) apps to triage notifications and manage issues and pull requests on the go. Administrators can disable mobile support for their Enterprise using the management console or by running `ghe-config app.mobile.enabled false`. For more information, see "[GitHub Mobile](/github/getting-started-with-github/using-github/github-mobile)."
70+
{% data variables.product.prodname_mobile %} beta is available for {% data variables.product.prodname_ghe_server %}. Sign in with our [Android](https://play.google.com/store/apps/details?id=com.github.android) and [iOS](https://apps.apple.com/app/github/id1477376905) apps to triage notifications and manage issues and pull requests on the go. Administrators can disable mobile support for their Enterprise using the management console or by running `ghe-config app.mobile.enabled false`. For more information, see "[GitHub Mobile](/get-started/using-github/github-mobile)."
7171
7272
changes:
7373
- heading: Administration Changes

data/reusables/secret-scanning/partner-secret-list-private-repo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Atlassian | Atlassian API Token | atlassian_api_token
2323
Atlassian | Atlassian JSON Web Token | atlassian_jwt
2424
{%- ifversion fpt or ghec or ghes > 3.1 or ghae %}
2525
Atlassian | Bitbucket Server Personal Access Token | bitbucket_server_personal_access_token{% endif %}
26+
{%- ifversion fpt or ghec or ghes > 3.3 %}
27+
Azure | Azure Cache for Redis Access Key | azure_cache_for_redis_access_key{% endif %}
2628
Azure | Azure DevOps Personal Access Token | azure_devops_personal_access_token
2729
Azure | Azure SAS Token | azure_sas_token
2830
Azure | Azure Service Management Certificate | azure_management_certificate

lib/rest/static/decorated/api.github.com.json

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

lib/rest/static/decorated/ghes-3.3.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64769,7 +64769,7 @@
6476964769
}
6477064770
],
6477164771
"summary": "Enable Git LFS for a repository",
64772-
"description": "**Note:** The Git LFS API endpoints are currently in beta and are subject to change.",
64772+
"description": "",
6477364773
"operationId": "repos/enable-lfs-for-repo",
6477464774
"tags": [
6477564775
"repos"
@@ -64790,6 +64790,7 @@
6479064790
"subcategory": "lfs",
6479164791
"subcategoryLabel": "Lfs",
6479264792
"notes": [],
64793+
"descriptionHTML": "",
6479364794
"responses": [
6479464795
{
6479564796
"httpStatusCode": "202",
@@ -64802,8 +64803,7 @@
6480264803
"description": "We will return a 403 with one of the following messages:\n\n- Git LFS support not enabled because Git LFS is globally disabled.\n- Git LFS support not enabled because Git LFS is disabled for the root repository in the network.\n- Git LFS support not enabled because Git LFS is disabled for <owner>."
6480364804
}
6480464805
],
64805-
"bodyParameters": [],
64806-
"descriptionHTML": "<p><strong>Note:</strong> The Git LFS API endpoints are currently in beta and are subject to change.</p>"
64806+
"bodyParameters": []
6480764807
},
6480864808
{
6480964809
"verb": "delete",
@@ -64842,7 +64842,7 @@
6484264842
}
6484364843
],
6484464844
"summary": "Disable Git LFS for a repository",
64845-
"description": "**Note:** The Git LFS API endpoints are currently in beta and are subject to change.",
64845+
"description": "",
6484664846
"operationId": "repos/disable-lfs-for-repo",
6484764847
"tags": [
6484864848
"repos"
@@ -64863,15 +64863,15 @@
6486364863
"subcategory": "lfs",
6486464864
"subcategoryLabel": "Lfs",
6486564865
"notes": [],
64866+
"descriptionHTML": "",
6486664867
"responses": [
6486764868
{
6486864869
"httpStatusCode": "204",
6486964870
"httpStatusMessage": "No Content",
6487064871
"description": "Response"
6487164872
}
6487264873
],
64873-
"bodyParameters": [],
64874-
"descriptionHTML": "<p><strong>Note:</strong> The Git LFS API endpoints are currently in beta and are subject to change.</p>"
64874+
"bodyParameters": []
6487564875
},
6487664876
{
6487764877
"verb": "get",
@@ -64977,7 +64977,7 @@
6497764977
}
6497864978
],
6497964979
"summary": "Sync a fork branch with the upstream repository",
64980-
"description": "**Note:** This endpoint is currently in beta and subject to change.\n\nSync a branch of a forked repository to keep it up-to-date with the upstream repository.",
64980+
"description": "Sync a branch of a forked repository to keep it up-to-date with the upstream repository.",
6498164981
"tags": [
6498264982
"repos"
6498364983
],
@@ -65026,7 +65026,7 @@
6502665026
"subcategoryLabel": "Branches",
6502765027
"contentType": "application/json",
6502865028
"notes": [],
65029-
"descriptionHTML": "<p><strong>Note:</strong> This endpoint is currently in beta and subject to change.</p>\n<p>Sync a branch of a forked repository to keep it up-to-date with the upstream repository.</p>",
65029+
"descriptionHTML": "<p>Sync a branch of a forked repository to keep it up-to-date with the upstream repository.</p>",
6503065030
"bodyParameters": [
6503165031
{
6503265032
"type": "string",

0 commit comments

Comments
 (0)