Skip to content

Commit 7e7b1d9

Browse files
authored
Merge pull request github#36294 from github/repo-sync
Repo sync
2 parents 62e6673 + e0627cd commit 7e7b1d9

File tree

4 files changed

+107
-5
lines changed

4 files changed

+107
-5
lines changed

.github/branch_protection_settings/main.json

Lines changed: 95 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,101 @@
121121
"parent": null
122122
}
123123
],
124-
"apps": []
124+
"apps": [
125+
{
126+
"id": 87537,
127+
"client_id": "Iv1.cd3d51f97fa3c962",
128+
"slug": "github-heaven",
129+
"node_id": "MDM6QXBwODc1Mzc=",
130+
"owner": {
131+
"login": "github",
132+
"id": 9919,
133+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
134+
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
135+
"gravatar_id": "",
136+
"url": "https://api.github.com/users/github",
137+
"html_url": "https://github.com/github",
138+
"followers_url": "https://api.github.com/users/github/followers",
139+
"following_url": "https://api.github.com/users/github/following{/other_user}",
140+
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
141+
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
142+
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
143+
"organizations_url": "https://api.github.com/users/github/orgs",
144+
"repos_url": "https://api.github.com/users/github/repos",
145+
"events_url": "https://api.github.com/users/github/events{/privacy}",
146+
"received_events_url": "https://api.github.com/users/github/received_events",
147+
"type": "Organization",
148+
"user_view_type": "public",
149+
"site_admin": false
150+
},
151+
"name": "GitHub Heaven",
152+
"description": "Heaven operates deployments across the seven kingdoms of GitHub.",
153+
"external_url": "https://heaven.githubapp.com",
154+
"html_url": "https://github.com/apps/github-heaven",
155+
"created_at": "2020-11-04T22:59:24Z",
156+
"updated_at": "2023-09-15T14:16:20Z",
157+
"permissions": {
158+
"actions": "write",
159+
"checks": "read",
160+
"contents": "write",
161+
"deployments": "write",
162+
"emails": "read",
163+
"issues": "write",
164+
"metadata": "read",
165+
"pull_requests": "write",
166+
"statuses": "read",
167+
"workflows": "write"
168+
},
169+
"events": ["push"]
170+
},
171+
{
172+
"id": 87541,
173+
"client_id": "Iv1.4e183513562e11aa",
174+
"slug": "github-heaven-staging",
175+
"node_id": "MDM6QXBwODc1NDE=",
176+
"owner": {
177+
"login": "github",
178+
"id": 9919,
179+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
180+
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
181+
"gravatar_id": "",
182+
"url": "https://api.github.com/users/github",
183+
"html_url": "https://github.com/github",
184+
"followers_url": "https://api.github.com/users/github/followers",
185+
"following_url": "https://api.github.com/users/github/following{/other_user}",
186+
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
187+
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
188+
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
189+
"organizations_url": "https://api.github.com/users/github/orgs",
190+
"repos_url": "https://api.github.com/users/github/repos",
191+
"events_url": "https://api.github.com/users/github/events{/privacy}",
192+
"received_events_url": "https://api.github.com/users/github/received_events",
193+
"type": "Organization",
194+
"user_view_type": "public",
195+
"site_admin": false
196+
},
197+
"name": "GitHub Heaven (Staging)",
198+
"description": "Staging version of Heaven, GitHub's deployment app.",
199+
"external_url": "https://heaven-pe1-iad.githubapp.com",
200+
"html_url": "https://github.com/apps/github-heaven-staging",
201+
"created_at": "2020-11-05T00:12:16Z",
202+
"updated_at": "2023-09-15T14:16:33Z",
203+
"permissions": {
204+
"actions": "write",
205+
"checks": "read",
206+
"contents": "write",
207+
"deployments": "write",
208+
"emails": "read",
209+
"issues": "write",
210+
"metadata": "read",
211+
"pull_requests": "write",
212+
"repository_hooks": "read",
213+
"statuses": "read",
214+
"workflows": "write"
215+
},
216+
"events": ["push"]
217+
}
218+
]
125219
},
126220
"required_pull_request_reviews": {
127221
"url": "https://api.github.com/repos/github/docs-internal/branches/main/protection/required_pull_request_reviews",

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ kubectl create secret generic pre-defined-secret \
177177
--namespace=arc-runners \
178178
--from-literal=github_app_id=123456 \
179179
--from-literal=github_app_installation_id=654321 \
180-
--from-literal=github_app_private_key='-----BEGIN RSA PRIVATE KEY-----********'
180+
--from-file=github_app_private_key=private-key.pem
181181
```
182182

183183
In your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) pass the secret name as a reference.

content/graphql/overview/rate-limits-and-node-limits-for-the-graphql-api.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,12 @@ You should also subscribe to webhook events instead of polling the API for data.
278278

279279
You can also stream the audit log in order to view API requests. This can help you troubleshoot integrations that are exceeding the rate limit. For more information, see [AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise).
280280

281+
## Timeouts
282+
283+
If {% data variables.product.github %} takes more than 10 seconds to process an API request, {% data variables.product.github %} will terminate the request and you will receive a timeout response and a message reporting that "We couldn't respond to your request in time".
284+
285+
{% data variables.product.github %} reserves the right to change the timeout window to protect the speed and reliability of the API.
286+
287+
You can check the status of the GraphQL API at [githubstatus.com](https://www.githubstatus.com/) to determine whether the timeout is due to a problem with the API. You can also try to simplify your request or try your request later. For example, if you are requesting a large number of objects in a single request, you can try requesting fewer objects split over multiple queries.
288+
281289
{% endif %}

data/reusables/actions/azure-vnet-procedures-prereqs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You will use a script to automate configuring your Azure resources.
4646
properties: {
4747
protocol: '*'
4848
sourcePortRange: '*'
49-
destinationPortRange: '*'
49+
destinationPortRange: '443'
5050
sourceAddressPrefix: '*'
5151
access: 'Allow'
5252
priority: 210
@@ -125,7 +125,7 @@ You will use a script to automate configuring your Azure resources.
125125
properties: {
126126
protocol: '*'
127127
sourcePortRange: '*'
128-
destinationPortRange: '*'
128+
destinationPortRange: '443'
129129
sourceAddressPrefix: '*'
130130
access: 'Allow'
131131
priority: 220
@@ -207,7 +207,7 @@ You will use a script to automate configuring your Azure resources.
207207
properties: {
208208
protocol: '*'
209209
sourcePortRange: '*'
210-
destinationPortRange: '*'
210+
destinationPortRange: '443'
211211
sourceAddressPrefix: '*'
212212
destinationAddressPrefix: 'Storage'
213213
access: 'Allow'

0 commit comments

Comments
 (0)