Skip to content

Commit 128e01b

Browse files
authored
Merge pull request #40337 from github/repo-sync
Repo sync
2 parents f00a13b + 309d1c0 commit 128e01b

File tree

9 files changed

+44
-13
lines changed

9 files changed

+44
-13
lines changed

content/admin/backing-up-and-restoring-your-instance/backup-service-for-github-enterprise-server/configuring-the-backup-service.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ To ensure reliable and performant backups, your storage must meet the following
2727
You can test whether your filesystem supports hardlinking symbolic links by running:
2828

2929
```shell
30-
touch file
31-
ln -s file symlink
32-
ln symlink hardlink
30+
cd /data/backup
31+
sudo touch file
32+
sudo ln -s file symlink
33+
sudo ln symlink hardlink
3334
ls -la
3435
```
3536

@@ -127,7 +128,7 @@ If you're migrating from {% data variables.product.prodname_enterprise_backup_ut
127128
128129
Once the service is configured, you can define a backup schedule.
129130
130-
1. In the {% data variables.enterprise.management_console %}, open the "Backup Service" page.
131+
1. In the {% data variables.enterprise.management_console %}, open the "Backups" tab from the top menu.
131132
1. In the "Backup Schedule" section, choose a predefined schedule (e.g., Daily) or enter a custom cron expression.
132133
1. Click **Save** to apply the changes.
133134

content/admin/managing-iam/reconfiguring-iam-for-enterprise-managed-users/migrating-your-enterprise-to-a-new-identity-provider-or-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To migrate to a new configuration for authentication and provisioning, you must
4444
* If the normalized SCIM `userName` values will change after the migration, {% data variables.product.company_short %} will need to help with your migration. For more information, see [Migrating when the normalized SCIM `userName` values will change](#migrating-when-the-normalized-scim-username-values-will-change).
4545
* Do not remove any users or groups from the application for {% data variables.product.prodname_emus %} on your identity management system until after your migration is complete.
4646
* {% data variables.product.github %} will delete any {% data variables.product.pat_generic_plural %} or SSH keys associated with your enterprise's {% data variables.enterprise.prodname_managed_users %}. Plan for a migration window after reconfiguration during which you can create and provide new credentials to any external integrations.
47-
* As part of the migration steps below, {% data variables.product.github %} will delete all of the SCIM-provisioned groups in your enterprise when authentication is disabled for the enterprise. For more information, see [AUTOTITLE](/admin/managing-iam/configuring-authentication-for-enterprise-managed-users/disabling-authentication-and-provisioning-for-enterprise-managed-users#about-disabled-authentication-for-enterprise-managed-users).
47+
* As part of the migration steps below, {% data variables.product.github %} will delete all of the SCIM-provisioned groups in your enterprise when authentication is disabled for the enterprise. Users will be removed from an organization if they were added via any of the SCIM-provisioned groups. For more information, see [AUTOTITLE](/admin/managing-iam/configuring-authentication-for-enterprise-managed-users/disabling-authentication-and-provisioning-for-enterprise-managed-users#about-disabled-authentication-for-enterprise-managed-users).
4848

4949
If any of these SCIM-provisioned IdP groups are linked to teams in your enterprise, this will remove the link between these teams on {% data variables.product.prodname_dotcom %} and IdP groups, and these links are not automatically reinstated after the migration. {% data variables.product.prodname_dotcom %} will also remove all members from the previously linked teams. You may experience disruption if you use groups on your identity management system to manage access to organizations or licenses. {% data variables.product.github %} recommends that you use the REST API to list team connections and group membership before you migrate, and to reinstate connections afterwards. For more information, see [AUTOTITLE](/rest/teams/external-groups) in the REST API documentation.
5050

src/graphql/data/fpt/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Enum value <code>SY</code> was added to enum <code>SponsorsCountryOrRegionCode</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2025-09-10"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57941,6 +57941,11 @@ enum SponsorsCountryOrRegionCode {
5794157941
"""
5794257942
SX
5794357943

57944+
"""
57945+
Syria
57946+
"""
57947+
SY
57948+
5794457949
"""
5794557950
Swaziland
5794657951
"""

src/graphql/data/fpt/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94405,6 +94405,10 @@
9440594405
"name": "SX",
9440694406
"description": "<p>Sint Maarten (Dutch part).</p>"
9440794407
},
94408+
{
94409+
"name": "SY",
94410+
"description": "<p>Syria.</p>"
94411+
},
9440894412
{
9440994413
"name": "SZ",
9441094414
"description": "<p>Swaziland.</p>"

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57941,6 +57941,11 @@ enum SponsorsCountryOrRegionCode {
5794157941
"""
5794257942
SX
5794357943

57944+
"""
57945+
Syria
57946+
"""
57947+
SY
57948+
5794457949
"""
5794557950
Swaziland
5794657951
"""

src/graphql/data/ghec/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94405,6 +94405,10 @@
9440594405
"name": "SX",
9440694406
"description": "<p>Sint Maarten (Dutch part).</p>"
9440794407
},
94408+
{
94409+
"name": "SY",
94410+
"description": "<p>Syria.</p>"
94411+
},
9440894412
{
9440994413
"name": "SZ",
9441094414
"description": "<p>Swaziland.</p>"

src/secret-scanning/data/public-docs.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ghec: '*'
77
isPublic: false
88
isPrivateWithGhas: true
9-
hasPushProtection: false
9+
hasPushProtection: true
1010
hasValidityCheck: false
1111
base64Supported: false
1212
isduplicate: false
@@ -121,7 +121,7 @@
121121
ghec: '*'
122122
isPublic: false
123123
isPrivateWithGhas: true
124-
hasPushProtection: false
124+
hasPushProtection: true
125125
hasValidityCheck: false
126126
base64Supported: false
127127
isduplicate: false
@@ -199,7 +199,6 @@
199199
isPrivateWithGhas: true
200200
hasPushProtection: true
201201
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
202-
ismultipart: true
203202
base64Supported: false
204203
isduplicate: false
205204
- provider: Amazon AWS
@@ -1502,7 +1501,7 @@
15021501
ghec: '*'
15031502
isPublic: true
15041503
isPrivateWithGhas: true
1505-
hasPushProtection: false
1504+
hasPushProtection: true
15061505
hasValidityCheck: false
15071506
base64Supported: false
15081507
isduplicate: false
@@ -3842,7 +3841,7 @@
38423841
ghes: '*'
38433842
isPublic: false
38443843
isPrivateWithGhas: true
3845-
hasPushProtection: false
3844+
hasPushProtection: true
38463845
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
38473846
base64Supported: false
38483847
isduplicate: false
@@ -5712,7 +5711,7 @@
57125711
ghec: '*'
57135712
isPublic: false
57145713
isPrivateWithGhas: true
5715-
hasPushProtection: false
5714+
hasPushProtection: true
57165715
hasValidityCheck: false
57175716
base64Supported: false
57185717
isduplicate: false

src/secret-scanning/lib/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "7d3e136cc0b0bc945f61287764dca2db9fb99494",
3-
"blob-sha": "4aeb765d8bcffdaf9063e38b779b126b276c9f75",
2+
"sha": "ae0af3739bfc23949e0cf24101edb7952cbdf8a8",
3+
"blob-sha": "ec6452075cc3fa2334a2677e3492d59c1bfa4cdf",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)