Skip to content

Commit 55564da

Browse files
authored
Merge pull request #38565 from github/repo-sync
Repo sync
2 parents 032824b + bc94590 commit 55564da

File tree

27 files changed

+58
-46
lines changed

27 files changed

+58
-46
lines changed

.github/ISSUE_TEMPLATE/blank-issue.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Blank issue
3+
about: Blank issue for copying docs-content issues into for CCA
4+
title: 'Copied from docs-content: '
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@ For an example {% data variables.product.prodname_actions %} workflow using the
3535

3636
For example, you can set `iss` to `https://token.actions.githubusercontent.com`, and the `repository` to something like "octo-org/octo-repo"`. This will ensure only Actions workflows from the specified repository will have access to your JFrog platform. The following is an example Claims JSON when configuring identity mappings.
3737

38-
```json copy
39-
{
40-
"iss": "https://token.actions.githubusercontent.com",
41-
"repository": "octo-org/octo-repo"
42-
}
43-
```
38+
{% data reusables.actions.jfrog-json-configuring-identity-mappings %}
4439

4540
## Adding the identity provider to JFrog
4641

content/code-security/dependabot/working-with-dependabot/setting-dependabot-to-run-on-github-hosted-runners-using-vnet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ shortTitle: Configure VNET
1717

1818
## Configuring VNET for {% data variables.product.prodname_dependabot_updates %}
1919

20-
{% data reusables.dependabot.vnet-support-private-preview-note %}
21-
2220
This article provides step-by-step instructions for running {% data variables.product.prodname_dependabot %} on {% data variables.product.company_short %}-hosted runners configured with VNET. The article explains:
2321

2422
* How to create runner groups for your enterprise or organization with a VNET configuration.

content/copilot/building-copilot-extensions/using-oidc-with-github-copilot-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ versions:
77
feature: copilot-extensions
88
topics:
99
- Copilot
10-
shortTitle: Using OIDC
10+
shortTitle: Use OIDC
1111
type: how_to
1212
redirect_from:
1313
- /copilot/building-copilot-extensions/using-oidc-with-copilot-extensions

content/copilot/copilot-chat-cookbook/refactoring-code/fixing-database-deadlocks-or-data-integrity-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Fixing database deadlocks or data integrity issues'
3-
shortTitle: Fixing database deadlocks
3+
shortTitle: Fix database deadlocks
44
intro: '{% data variables.product.prodname_copilot_chat_short %} can help you avoid code that causes slow or blocked database operations, or tables with missing or incorrect data.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/fixing-database-deadlocks-or-data-integrity-issues

content/copilot/copilot-chat-cookbook/refactoring-code/translating-code-to-a-different-programming-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Translating code to a different programming language
3-
shortTitle: Translating code
3+
shortTitle: Translate code
44
intro: '{% data variables.product.prodname_copilot_chat_short %} can help you rewrite code to perform the same operations but in a different programming language.'
55
versions:
66
feature: copilot

content/copilot/copilot-chat-cookbook/security-analysis/finding-existing-vulnerabilities-in-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Finding existing vulnerabilities in code'
3-
shortTitle: Finding vulnerabilities
3+
shortTitle: Find vulnerabilities
44
intro: 'Copilot Chat can help find common vulnerabilities in your code and suggest fixes.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/security-analysis/finding-existing-vulnerabilities-in-code

content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/granting-access-to-copilot-for-members-of-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Granting access to Copilot for members of your organization
3-
shortTitle: Granting access
3+
shortTitle: Grant access
44
intro: 'Grant access to {% data variables.product.prodname_copilot %} for some or all of the members of your organization.'
55
permissions: 'Organization owners for organizations with a {% ifversion ghec %}{% data variables.product.prodname_copilot_enterprise_short %} or{% endif %} {% data variables.product.prodname_copilot_business_short %} plan.'
66
versions:

content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/revoking-access-to-copilot-for-members-of-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Revoking access to Copilot for members of your organization
3-
shortTitle: Revoking access
3+
shortTitle: Revoke access
44
intro: 'Remove access to {% data variables.product.prodname_copilot %} for some or all of the members of your organization.'
55
permissions: 'Organization owners for organizations with a {% ifversion ghec %}{% data variables.product.prodname_copilot_enterprise_short %} or{% endif %} {% data variables.product.prodname_copilot_business_short %} plan.'
66
versions:

content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redirect_from:
1919
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/managing-policies-for-copilot-in-your-organization
2020
topics:
2121
- Copilot
22-
shortTitle: Managing policies
22+
shortTitle: Manage policies
2323
---
2424

2525
## About policies for {% data variables.product.prodname_copilot %}

0 commit comments

Comments
 (0)