Skip to content

Commit c8951c2

Browse files
authored
Merge branch 'main' into copilot-ga-megabranch
2 parents 4e0603b + 1714afc commit c8951c2

File tree

204 files changed

+1156
-802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+1156
-802
lines changed

content/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77
- /actions/deployment/security-hardening-your-deployments/using-oidc-with-your-reusable-workflows
88
versions:
99
fpt: '*'
10-
ghae: issue-4757-and-5856
10+
ghae: issue-4757
1111
ghec: '*'
1212
ghes: '>=3.5'
1313
type: how_to

content/actions/managing-workflow-runs/removing-workflow-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shortTitle: Remove workflow artifacts
1616

1717
{% warning %}
1818

19-
**Warning:** Once you delete an artifact, it can not be restored.
19+
**Warning:** Once you delete an artifact, it cannot be restored.
2020

2121
{% endwarning %}
2222

content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,10 @@ updates:
280280
prefix-development: "pip dev"
281281
include: "scope"
282282
```
283+
If you use the same configuration as in the example above, bumping the `requests` library in the `pip` development dependency group will generate a commit message of:
284+
285+
`pip dev: bump requests from 1.0.0 to 1.0.1`
286+
283287
### `ignore`
284288

285289
{% data reusables.dependabot.default-dependencies-allow-ignore %}

content/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ versions:
66
ghes: '*'
77
ghae: '*'
88
ghec: '*'
9-
redirect_from:
10-
- /github/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections
9+
redirect_from:
10+
- /github/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections
1111
shortTitle: Collapsed sections
1212
---
1313
## Creating a collapsed section

content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ versions:
66
ghes: '*'
77
ghae: '*'
88
ghec: '*'
9-
redirect_from:
10-
- /github/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests
9+
redirect_from:
10+
- /github/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests
1111
topics:
1212
- Issues
1313
- Pull requests

content/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Assets are commonly found in the following locations:
6767
|:----------:|:-----------------------------------------:|:---------------------------------:|
6868
| CSS | `<link rel="stylesheet" href="http://example.com/css/main.css">` | `<link rel="stylesheet" href="https://example.com/css/main.css">`
6969
| JavaScript | `<script type="text/javascript" src="http://example.com/js/main.js"></script>` | `<script type="text/javascript" src="https://example.com/js/main.js"></script>`
70-
| Image | `<A HREF="http://www.somesite.com"><IMG SRC="http://www.example.com/logo.jpg" alt="Logo"></a>` | `<A HREF="https://www.somesite.com"><IMG SRC="https://www.example.com/logo.jpg" alt="Logo"></a>`
70+
| Image | `<a href="http://www.somesite.com"><img src="http://www.example.com/logo.jpg" alt="Logo"></a>` | `<a href="https://www.somesite.com"><img src="https://www.example.com/logo.jpg" alt="Logo"></a>`

content/rest/guides/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ children:
2525
- /getting-started-with-the-checks-api
2626
---
2727
This section of the documentation is intended to get you up-and-running with
28-
real-world {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} API applications. We'll cover everything you need to know, from
29-
authentication, to manipulating results, to combining results with other apps.
30-
Every tutorial here will have a project, and every project will be
31-
stored and documented in our public
28+
real-world {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} API applications. We'll go over everything you need to know, from authentication to results manipulation to integrating results with other apps.
29+
Every tutorial will include a project, and each project will be saved and documented in our public
3230
[platform-samples](https://github.com/github/platform-samples) repository.
3331
![The Octocat](/assets/images/electrocat.png)

data/features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ versions:
4545

4646
## Schema enforcement
4747

48-
The schema for validating the feature versioning lives in [`tests/helpers/schemas/feature-versions-schema.js`](/tests/helpers/schemas/feature-versions-schema.js) and is exercised by [`tests/linting/lint-files.js`](/tests/linting/lint-files.js).
48+
The schema for validating the feature versioning lives in [`tests/helpers/schemas/feature-versions-schema.js`](/tests/helpers/schemas/feature-versions-schema.js) and is exercised by [`tests/linting/lint-versioning.js`](/tests/linting/lint-versioning.js).
4949

5050
## Script to remove feature tags
5151

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11750,12 +11750,12 @@ The possible roles for enterprise membership.
1175011750
"""
1175111751
enum EnterpriseUserAccountMembershipRole {
1175211752
"""
11753-
The user is a member of the enterprise membership.
11753+
The user is a member of an organization in the enterprise.
1175411754
"""
1175511755
MEMBER
1175611756

1175711757
"""
11758-
The user is an owner of the enterprise membership.
11758+
The user is an owner of an organization in the enterprise.
1175911759
"""
1176011760
OWNER
1176111761
}
@@ -32816,6 +32816,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
3281632816
"""
3281732817
squashMergeAllowed: Boolean!
3281832818

32819+
"""
32820+
Whether a squash merge commit can use the pull request title as default.
32821+
"""
32822+
squashPrTitleUsedAsDefault: Boolean!
32823+
3281932824
"""
3282032825
The SSH URL to clone this repository
3282132826
"""

data/graphql/ghec/schema.docs.graphql

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8174,6 +8174,11 @@ enum DependencyGraphEcosystem {
81748174
Ruby gems hosted at RubyGems.org
81758175
"""
81768176
RUBYGEMS
8177+
8178+
"""
8179+
Rust crates
8180+
"""
8181+
RUST
81778182
}
81788183

81798184
"""
@@ -12813,12 +12818,12 @@ The possible roles for enterprise membership.
1281312818
"""
1281412819
enum EnterpriseUserAccountMembershipRole {
1281512820
"""
12816-
The user is a member of the enterprise membership.
12821+
The user is a member of an organization in the enterprise.
1281712822
"""
1281812823
MEMBER
1281912824

1282012825
"""
12821-
The user is an owner of the enterprise membership.
12826+
The user is an owner of an organization in the enterprise.
1282212827
"""
1282312828
OWNER
1282412829
}
@@ -37285,6 +37290,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
3728537290
"""
3728637291
squashMergeAllowed: Boolean!
3728737292

37293+
"""
37294+
Whether a squash merge commit can use the pull request title as default.
37295+
"""
37296+
squashPrTitleUsedAsDefault: Boolean!
37297+
3728837298
"""
3728937299
The SSH URL to clone this repository
3729037300
"""

0 commit comments

Comments
 (0)