Skip to content

Commit

Permalink
Merge pull request github#29209 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 17, 2023
2 parents 483e526 + c4d1ae8 commit f5b1dcc
Show file tree
Hide file tree
Showing 32 changed files with 89 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ shortTitle: Auto-update actions

Actions are often updated with bug fixes and new features to make automated processes more reliable, faster, and safer. When you enable {% data variables.product.prodname_dependabot_version_updates %} for {% data variables.product.prodname_actions %}, {% data variables.product.prodname_dependabot %} will help ensure that references to actions in a repository's _workflow.yml_ file{% ifversion dependabot-updates-actions-reusable-workflows %} and reusable workflows used inside workflows{% endif %} are kept up to date.

For each action in the file, {% data variables.product.prodname_dependabot %} checks the action's reference (typically a version number or commit identifier associated with the action) against the latest version. If a more recent version of the action is available, {% data variables.product.prodname_dependabot %} will send you a pull request that updates the reference in the workflow file to the latest version. For more information about {% data variables.product.prodname_dependabot_version_updates %}, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates)." For more information about configuring workflows for {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/actions/learn-github-actions)."
For each action in the file, {% data variables.product.prodname_dependabot %} checks the action's reference (typically a version number or commit identifier associated with the action) against the latest version. For information about how action creators version their actions, see "[Using release management for your custom actions](/actions/learn-github-actions/finding-and-customizing-actions#using-release-management-for-your-custom-actions)."

If a more recent version of the action is available, {% data variables.product.prodname_dependabot %} will send you a pull request that updates the reference in the workflow file to the latest version. For more information about {% data variables.product.prodname_dependabot_version_updates %}, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates)." For more information about configuring workflows for {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/actions/learn-github-actions)."

{% ifversion dependabot-updates-actions-reusable-workflows %}
{% data variables.product.prodname_dependabot %} also checks workflow files for uses of reusable workflows, and updates the git reference for these called reusable workflows. For more information about reusable workflows, see "[AUTOTITLE](/actions/using-workflows/reusing-workflows)."
Expand Down
5 changes: 5 additions & 0 deletions data/graphql/ghae/schema.docs-ghae.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -36713,6 +36713,11 @@ enum RepositoryLockReason {
The repository is locked due to a trade controls related reason.
"""
TRADE_RESTRICTION

"""
The repository is locked due to an ownership transfer.
"""
TRANSFERRING_OWNERSHIP
}

"""
Expand Down
5 changes: 5 additions & 0 deletions data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -44364,6 +44364,11 @@ enum RepositoryLockReason {
The repository is locked due to a trade controls related reason.
"""
TRADE_RESTRICTION

"""
The repository is locked due to an ownership transfer.
"""
TRANSFERRING_OWNERSHIP
}

"""
Expand Down
5 changes: 5 additions & 0 deletions data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -44364,6 +44364,11 @@ enum RepositoryLockReason {
The repository is locked due to a trade controls related reason.
"""
TRADE_RESTRICTION

"""
The repository is locked due to an ownership transfer.
"""
TRANSFERRING_OWNERSHIP
}

"""
Expand Down
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-10/0-rc1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ sections:
If the root site administrator is locked out of the Management Console after failed login attempts, the account will not unlock automatically after the defined lockout time. Someone with administrative SSH access to the instance must unlock the account using the administrative shell. For more information, see "[AUTOTITLE](/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console#unlocking-the-root-site-administrator-account)."
- |
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
deprecations:
# https://github.com/github/releases/issues/2605
Expand Down
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-10/0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ sections:
{% data reusables.release-notes.cache-replica-servers-known-issue %} [Updated: 2023-09-26]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
deprecations:
Expand Down
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-10/1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ sections:
{% data reusables.release-notes.cache-replica-servers-known-issue %} [Updated: 2023-09-26]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-10/2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ sections:
After an administrator enables maintenance mode from the instance's Management Console UI using Firefox, the administrator is redirected to the Settings page, but maintenance mode is not enabled. To work around this issue, use a different browser.
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
deprecations:
- heading: Unsecure algorithms disabled for administrative SSH connections
Expand Down
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %}
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
changes:
- |
Expand Down
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-8/9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ sections:
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-09-04]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-9/0-rc1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ sections:
If the root site administrator is locked out of the Management Console after failed login attempts, the account will not unlock automatically after the defined lockout time. Someone with administrative SSH access to the instance must unlock the account using the administrative shell. For more information, see "[AUTOTITLE](/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console#unlocking-the-root-site-administrator-account)."
- |
{% data reusables.release-notes.2023-09-ephemeral-self-hosted-runners-not-auto-upgrading %} [Updated: 2023-09-29]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
deprecations:
# https://github.com/github/releases/issues/2826
Expand Down
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-9/0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ sections:
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
deprecations:
# https://github.com/github/releases/issues/2826
Expand Down
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-9/1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,5 @@ sections:
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-9/2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ sections:
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
3 changes: 2 additions & 1 deletion data/release-notes/enterprise-server/3-9/3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ sections:
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-9/4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ sections:
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-9/5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ sections:
{% data reusables.release-notes.2023-10-resource-activity-queue-not-processed %} [Updated: 2023-10-10]
- |
{% data reusables.release-notes.2023-10-support-bundle-p-flag-not-working %} [Updated: 2023-10-13]
- |
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2023-10-17]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The settings for enabling scheduled reminders were added unintentionally to this release. Scheduled reminders are not officially supported.
13 changes: 13 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Enum value 'TRANSFERRING_OWNERSHIP<code>was added to enum</code>RepositoryLockReason'</p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-10-17"
},
{
"schemaChanges": [
{
Expand Down
4 changes: 4 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -82677,6 +82677,10 @@
{
"name": "TRADE_RESTRICTION",
"description": "<p>The repository is locked due to a trade controls related reason.</p>"
},
{
"name": "TRANSFERRING_OWNERSHIP",
"description": "<p>The repository is locked due to an ownership transfer.</p>"
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions src/graphql/data/ghae/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68476,6 +68476,10 @@
{
"name": "TRADE_RESTRICTION",
"description": "<p>The repository is locked due to a trade controls related reason.</p>"
},
{
"name": "TRANSFERRING_OWNERSHIP",
"description": "<p>The repository is locked due to an ownership transfer.</p>"
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -82677,6 +82677,10 @@
{
"name": "TRADE_RESTRICTION",
"description": "<p>The repository is locked due to a trade controls related reason.</p>"
},
{
"name": "TRANSFERRING_OWNERSHIP",
"description": "<p>The repository is locked due to an ownership transfer.</p>"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/rest/components/get-rest-code-samples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export function getGHExample(operation: Operation, codeSample: CodeSample) {
} else if (Array.isArray(codeSample.request.bodyParameters[key])) {
let cliLine = ''
for (const value of codeSample.request.bodyParameters[key]) {
cliLine += `-f "${key}[]=${value}" `
cliLine += `${typeof value === 'string' ? '-f' : '-F'} "${key}[]=${value}" `
}
return cliLine
} else {
Expand Down

0 comments on commit f5b1dcc

Please sign in to comment.