Skip to content

Commit

Permalink
Merge pull request github#34108 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jul 26, 2024
2 parents 0890325 + 14465fd commit 67bede8
Show file tree
Hide file tree
Showing 17 changed files with 9,783 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
src/ghes-releases/lib/enterprise-dates.json @github/docs-content-enterprise

# Requires review of #actions-oidc-integration, docs-engineering/issues/1506
content/actions/deployment/security-hardening-your-deployments/** @github/oidc
# content/actions/deployment/security-hardening-your-deployments/** @github/oidc

# RAI - CELA
data/reusables/rai/** @github/legal-product
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ If your account's usage surpasses these limits and you have set a spending limit
Jobs that run on Windows and macOS runners that {% data variables.product.prodname_dotcom %} hosts consume minutes at 2 and 10 times the rate that jobs on Linux runners consume. For example, using 1,000 Windows minutes would consume 2,000 of the minutes included in your account. Using 1,000 macOS minutes, would consume 10,000 minutes included in your account.

| Operating system | Minute multiplier |
|------- | ---------|
| Linux | 1 |
| Windows | 2 |
| macOS| 10 |
|----------------- | ------------------|
| Linux | 1 |
| Windows | 2 |
| macOS | 10 |

{% note %}

Expand All @@ -79,11 +79,11 @@ Jobs that run on Windows and macOS runners that {% data variables.product.prodna

#### Per-minute rates for standard runners

| Operating system | Per-minute rate (USD) |
|-----------------------------| ----------------------|
| Linux 2-core | $0.008 |
| Windows 2-core | $0.016 |
| macOS 3 or 4 (M1 or Intel) | $0.08 |
| Operating system | Per-minute rate (USD) |
|---------------------------------------| ----------------------|
| Linux 2-core | $0.008 |
| Windows 2-core | $0.016 |
| macOS 3-core or 4-core (M1 or Intel) | $0.08 |

#### Per-minute rates for x64-powered {% data variables.actions.hosted_runners %}

Expand Down Expand Up @@ -126,7 +126,7 @@ Jobs that run on Windows and macOS runners that {% data variables.product.prodna
| Operating system | Per-minute rate (USD) |
|---------------------| -----------|
| Linux 4-core | $0.07 |
| Windows 4-core | $0.14 |
| Windows 4-core | $0.14 |

#### Points to note about rates for runners

Expand Down
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "37a0390e4b33981fb2a4486377f64581dccc01fa"
"sha": "0ca743e504f476ef99a8cfec96171122b1d21a8d"
}
1,271 changes: 1,220 additions & 51 deletions src/rest/data/fpt-2022-11-28/schema.json

Large diffs are not rendered by default.

1,271 changes: 1,220 additions & 51 deletions src/rest/data/ghec-2022-11-28/schema.json

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions src/rest/data/ghes-3.10-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -276699,6 +276699,7 @@
"type": "object",
"properties": {
"id": {
"description": "Unique identifier for the label.",
"type": "integer",
"format": "int64",
"examples": [
Expand Down Expand Up @@ -276727,6 +276728,7 @@
]
},
"description": {
"description": "Optional description of the label, such as its purpose.",
"type": [
"string",
"null"
Expand All @@ -276743,6 +276745,7 @@
]
},
"default": {
"description": "Whether this label comes by default in a new repository.",
"type": "boolean",
"examples": [
true
Expand Down Expand Up @@ -276892,6 +276895,7 @@
"type": "object",
"properties": {
"id": {
"description": "Unique identifier for the label.",
"type": "integer",
"format": "int64",
"examples": [
Expand Down Expand Up @@ -276920,6 +276924,7 @@
]
},
"description": {
"description": "Optional description of the label, such as its purpose.",
"type": [
"string",
"null"
Expand All @@ -276936,6 +276941,7 @@
]
},
"default": {
"description": "Whether this label comes by default in a new repository.",
"type": "boolean",
"examples": [
true
Expand Down Expand Up @@ -277089,6 +277095,7 @@
"type": "object",
"properties": {
"id": {
"description": "Unique identifier for the label.",
"type": "integer",
"format": "int64",
"examples": [
Expand Down Expand Up @@ -277117,6 +277124,7 @@
]
},
"description": {
"description": "Optional description of the label, such as its purpose.",
"type": [
"string",
"null"
Expand All @@ -277133,6 +277141,7 @@
]
},
"default": {
"description": "Whether this label comes by default in a new repository.",
"type": "boolean",
"examples": [
true
Expand Down Expand Up @@ -277362,6 +277371,7 @@
"type": "object",
"properties": {
"id": {
"description": "Unique identifier for the label.",
"type": "integer",
"format": "int64",
"examples": [
Expand Down Expand Up @@ -277390,6 +277400,7 @@
]
},
"description": {
"description": "Optional description of the label, such as its purpose.",
"type": [
"string",
"null"
Expand All @@ -277406,6 +277417,7 @@
]
},
"default": {
"description": "Whether this label comes by default in a new repository.",
"type": "boolean",
"examples": [
true
Expand Down Expand Up @@ -277550,6 +277562,7 @@
"type": "object",
"properties": {
"id": {
"description": "Unique identifier for the label.",
"type": "integer",
"format": "int64",
"examples": [
Expand Down Expand Up @@ -277578,6 +277591,7 @@
]
},
"description": {
"description": "Optional description of the label, such as its purpose.",
"type": [
"string",
"null"
Expand All @@ -277594,6 +277608,7 @@
]
},
"default": {
"description": "Whether this label comes by default in a new repository.",
"type": "boolean",
"examples": [
true
Expand Down Expand Up @@ -277724,6 +277739,7 @@
"type": "object",
"properties": {
"id": {
"description": "Unique identifier for the label.",
"type": "integer",
"format": "int64",
"examples": [
Expand Down Expand Up @@ -277752,6 +277768,7 @@
]
},
"description": {
"description": "Optional description of the label, such as its purpose.",
"type": [
"string",
"null"
Expand All @@ -277768,6 +277785,7 @@
]
},
"default": {
"description": "Whether this label comes by default in a new repository.",
"type": "boolean",
"examples": [
true
Expand Down Expand Up @@ -277886,6 +277904,7 @@
"type": "object",
"properties": {
"id": {
"description": "Unique identifier for the label.",
"type": "integer",
"format": "int64",
"examples": [
Expand Down Expand Up @@ -277914,6 +277933,7 @@
]
},
"description": {
"description": "Optional description of the label, such as its purpose.",
"type": [
"string",
"null"
Expand All @@ -277930,6 +277950,7 @@
]
},
"default": {
"description": "Whether this label comes by default in a new repository.",
"type": "boolean",
"examples": [
true
Expand Down Expand Up @@ -278068,6 +278089,7 @@
"type": "object",
"properties": {
"id": {
"description": "Unique identifier for the label.",
"type": "integer",
"format": "int64",
"examples": [
Expand Down Expand Up @@ -278096,6 +278118,7 @@
]
},
"description": {
"description": "Optional description of the label, such as its purpose.",
"type": [
"string",
"null"
Expand All @@ -278112,6 +278135,7 @@
]
},
"default": {
"description": "Whether this label comes by default in a new repository.",
"type": "boolean",
"examples": [
true
Expand Down Expand Up @@ -278330,6 +278354,7 @@
"type": "object",
"properties": {
"id": {
"description": "Unique identifier for the label.",
"type": "integer",
"format": "int64",
"examples": [
Expand Down Expand Up @@ -278358,6 +278383,7 @@
]
},
"description": {
"description": "Optional description of the label, such as its purpose.",
"type": [
"string",
"null"
Expand All @@ -278374,6 +278400,7 @@
]
},
"default": {
"description": "Whether this label comes by default in a new repository.",
"type": "boolean",
"examples": [
true
Expand Down
Loading

0 comments on commit 67bede8

Please sign in to comment.