Skip to content

Commit 4cdda0f

Browse files
authored
Merge pull request #43895 from github/repo-sync
Repo sync
2 parents 4c3d39a + c1af815 commit 4cdda0f

File tree

62 files changed

+796
-490
lines changed

Some content is hidden

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

62 files changed

+796
-490
lines changed

.github/workflows/purge-fastly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- uses: ./.github/actions/node-npm-setup
4040

4141
- name: Wait for production to match build number
42+
if: github.event_name != 'workflow_dispatch'
4243
run: |
4344
needs=$(git rev-parse HEAD)
4445
start_time=$(date +%s)

config/kubernetes/production/deployments/webapp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ spec:
4040
image: docs-internal
4141
resources:
4242
requests:
43-
cpu: 1250m
43+
cpu: 1500m
4444
# Absolute minimum to start app is 1000m
4545
# Node is single-threaded but we want more CPUs
4646
# for OS and image resizing, and other binary executions
4747
# Better to increase replicas or memory than CPU
48-
memory: 8.0Gi
48+
memory: 5000Mi
4949
# Absolute minimum to start app is 4500Mi
5050
# Would increase with more pages, versions, or languages supported
5151
# The additional memory helps during traffic surges
5252
limits:
5353
cpu: 8000m
54-
memory: 16.0Gi
54+
memory: 14.0Gi
5555
ports:
5656
- name: http
5757
containerPort: 4000

content/billing/how-tos/set-up-budgets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,4 @@ You can edit or delete a budget at any time, but you cannot change the scope of
136136
1. Navigate to the "Budgets and alerts" view. See [Viewing budgets](#viewing-budgets).
137137
1. In the list of budgets, click {% octicon "kebab-horizontal" aria-label="View actions" %} next to the budget you want to edit, and click **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Edit** or **{% octicon "trash" aria-hidden="true" aria-label="trash" %} Delete**.
138138
1. Follow the prompts.
139+

content/codespaces/troubleshooting/troubleshooting-included-usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ If the dev container for the current codespace was built from the default image,
106106

107107
Alternatively, you can check which repositories have prebuilds by reviewing a usage report. See [Understanding your {% data variables.product.prodname_codespaces %} usage](#understanding-your-codespaces-usage) above.
108108
* Storage of containers built from the default dev container image for codespaces is free of charge and does not reduce your included storage. You can therefore avoid your storage allowance being consumed by your dev container by using the default image in your dev container configuration, rather than specifying a more specialized image. See [AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#using-the-default-dev-container-configuration) and [Storage usage for your base dev container](#storage-usage-for-your-base-dev-container) above.
109+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "GraphQL changelog for 2017"
3+
shortTitle: "2017"
4+
intro: 'GraphQL schema changes from 2017.'
5+
versions:
6+
fpt: '*'
7+
autogenerated: graphql
8+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "GraphQL changelog for 2018"
3+
shortTitle: "2018"
4+
intro: 'GraphQL schema changes from 2018.'
5+
versions:
6+
fpt: '*'
7+
autogenerated: graphql
8+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "GraphQL changelog for 2019"
3+
shortTitle: "2019"
4+
intro: 'GraphQL schema changes from 2019.'
5+
versions:
6+
fpt: '*'
7+
autogenerated: graphql
8+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "GraphQL changelog for 2020"
3+
shortTitle: "2020"
4+
intro: 'GraphQL schema changes from 2020.'
5+
versions:
6+
fpt: '*'
7+
autogenerated: graphql
8+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "GraphQL changelog for 2021"
3+
shortTitle: "2021"
4+
intro: 'GraphQL schema changes from 2021.'
5+
versions:
6+
fpt: '*'
7+
autogenerated: graphql
8+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "GraphQL changelog for 2022"
3+
shortTitle: "2022"
4+
intro: 'GraphQL schema changes from 2022.'
5+
versions:
6+
fpt: '*'
7+
autogenerated: graphql
8+
---

0 commit comments

Comments
 (0)