Skip to content

Commit 4a6c548

Browse files
authored
Merge pull request #40197 from github/repo-sync
Repo sync
2 parents 5e39168 + f44eb39 commit 4a6c548

File tree

10 files changed

+342
-272
lines changed

10 files changed

+342
-272
lines changed

.github/workflows/ready-for-doc-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Ready for docs-content review
22

3-
# **What it does**: Adds pull requests in the docs-internal repository to the docs-content review board when the "ready-for-doc-review" label is added or when a review by docs-content or docs-reviewers is requested. Adds the "DIY docs" label to the PR if it is connected to a DIY docs issue in the docs-content repo. This workflow is also called as a reusable workflow from other repos including docs-content, docs-strategy, docs-early-access, and github.
3+
# **What it does**: Adds pull requests in the docs-internal repository to the docs-content review board when the "ready-for-doc-review" label is added or when a review by docs-content or docs-reviewers is requested. This workflow is also called as a reusable workflow from other repos including docs-content, docs-strategy, docs-early-access, and github.
44
# **Why we have it**: So that other GitHub teams can easily request reviews from the docs-content team, and so that writers can see when a PR is ready for review
55
# **Who does it impact**: Writers who need to review docs-related PRs
66

89.3 KB
Loading
119 KB
Loading

assets/images/site/evergreens/yew.png

196 KB
Loading

config/moda/deployment.yaml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ environments:
77
profile: general
88
region: iad
99

10-
# 12 staging environments, evergreens only
10+
# 15 staging environments, evergreens only
1111
# they should all contain the same configs
12+
- name: staging-balsam
13+
require_pipeline: false
14+
notify_still_locked: true # Notify last person to lock this after an hour
15+
secret_environment: production
16+
required_review_tasks: []
17+
auto_deploy: true
18+
skip_auto_merge: true
19+
cluster_selector:
20+
profile: general
21+
region: iad
22+
extra_completed_message: ':balsam: Review at https://docs-internal-staging-balsam.githubapp.com/'
23+
1224
- name: staging-boxwood
1325
require_pipeline: false
1426
notify_still_locked: true # Notify last person to lock this after an hour
@@ -69,6 +81,18 @@ environments:
6981
region: iad
7082
extra_completed_message: ':hemlock: Review at https://docs-internal-staging-hemlock.githubapp.com/'
7183

84+
- name: staging-hinoki
85+
require_pipeline: false
86+
notify_still_locked: true # Notify last person to lock this after an hour
87+
secret_environment: production
88+
required_review_tasks: []
89+
auto_deploy: true
90+
skip_auto_merge: true
91+
cluster_selector:
92+
profile: general
93+
region: iad
94+
extra_completed_message: ':hinoki: Review at https://docs-internal-staging-hinoki.githubapp.com/'
95+
7296
- name: staging-holly
7397
require_pipeline: false
7498
notify_still_locked: true # Notify last person to lock this after an hour
@@ -153,6 +177,18 @@ environments:
153177
region: iad
154178
extra_completed_message: ':spruce: Review at https://docs-internal-staging-spruce.githubapp.com/'
155179

180+
- name: staging-yew
181+
require_pipeline: false
182+
notify_still_locked: true # Notify last person to lock this after an hour
183+
secret_environment: production
184+
required_review_tasks: []
185+
auto_deploy: true
186+
skip_auto_merge: true
187+
cluster_selector:
188+
profile: general
189+
region: iad
190+
extra_completed_message: ':yew: Review at https://docs-internal-staging-yew.githubapp.com/'
191+
156192
required_builds:
157193
- docs-internal-moda-config-bundle / docs-internal-moda-config-bundle
158194
- docs-internal-docker-image / docs-internal-docker-image

src/assets/scripts/find-orphaned-assets.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,21 @@ const EXCEPTIONS = new Set([
2828
'assets/images/site/apple-touch-icon-60x60.png',
2929
'assets/images/site/apple-touch-icon-72x72.png',
3030
'assets/images/site/apple-touch-icon-76x76.png',
31+
'assets/images/site/evergreens/balsam.png',
3132
'assets/images/site/evergreens/boxwood.png',
3233
'assets/images/site/evergreens/cedar.png',
3334
'assets/images/site/evergreens/cypress.png',
3435
'assets/images/site/evergreens/fir.png',
3536
'assets/images/site/evergreens/hemlock.png',
37+
'assets/images/site/evergreens/hinoki.png',
3638
'assets/images/site/evergreens/holly.png',
3739
'assets/images/site/evergreens/juniper.png',
3840
'assets/images/site/evergreens/laurel.png',
3941
'assets/images/site/evergreens/pine.png',
4042
'assets/images/site/evergreens/redwood.png',
4143
'assets/images/site/evergreens/sequoia.png',
4244
'assets/images/site/evergreens/spruce.png',
45+
'assets/images/site/evergreens/yew.png',
4346
'assets/images/social-cards/actions.png',
4447
'assets/images/social-cards/copilot.png',
4548
'assets/images/social-cards/default.png',

src/codeql-cli/scripts/convert-markdown-for-docs.js

Lines changed: 0 additions & 267 deletions
This file was deleted.

0 commit comments

Comments
 (0)