Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ready-for-doc-review.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ready for docs-content review

# **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.
# **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.
# **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
# **Who does it impact**: Writers who need to review docs-related PRs

Expand Down
Binary file added assets/images/site/evergreens/balsam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/site/evergreens/hinoki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/site/evergreens/yew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 37 additions & 1 deletion config/moda/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,20 @@ environments:
profile: general
region: iad

# 12 staging environments, evergreens only
# 15 staging environments, evergreens only
# they should all contain the same configs
- name: staging-balsam
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
extra_completed_message: ':balsam: Review at https://docs-internal-staging-balsam.githubapp.com/'

- name: staging-boxwood
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
Expand Down Expand Up @@ -69,6 +81,18 @@ environments:
region: iad
extra_completed_message: ':hemlock: Review at https://docs-internal-staging-hemlock.githubapp.com/'

- name: staging-hinoki
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
extra_completed_message: ':hinoki: Review at https://docs-internal-staging-hinoki.githubapp.com/'

- name: staging-holly
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
Expand Down Expand Up @@ -153,6 +177,18 @@ environments:
region: iad
extra_completed_message: ':spruce: Review at https://docs-internal-staging-spruce.githubapp.com/'

- name: staging-yew
require_pipeline: false
notify_still_locked: true # Notify last person to lock this after an hour
secret_environment: production
required_review_tasks: []
auto_deploy: true
skip_auto_merge: true
cluster_selector:
profile: general
region: iad
extra_completed_message: ':yew: Review at https://docs-internal-staging-yew.githubapp.com/'

required_builds:
- docs-internal-moda-config-bundle / docs-internal-moda-config-bundle
- docs-internal-docker-image / docs-internal-docker-image
Expand Down
3 changes: 3 additions & 0 deletions src/assets/scripts/find-orphaned-assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,21 @@ const EXCEPTIONS = new Set([
'assets/images/site/apple-touch-icon-60x60.png',
'assets/images/site/apple-touch-icon-72x72.png',
'assets/images/site/apple-touch-icon-76x76.png',
'assets/images/site/evergreens/balsam.png',
'assets/images/site/evergreens/boxwood.png',
'assets/images/site/evergreens/cedar.png',
'assets/images/site/evergreens/cypress.png',
'assets/images/site/evergreens/fir.png',
'assets/images/site/evergreens/hemlock.png',
'assets/images/site/evergreens/hinoki.png',
'assets/images/site/evergreens/holly.png',
'assets/images/site/evergreens/juniper.png',
'assets/images/site/evergreens/laurel.png',
'assets/images/site/evergreens/pine.png',
'assets/images/site/evergreens/redwood.png',
'assets/images/site/evergreens/sequoia.png',
'assets/images/site/evergreens/spruce.png',
'assets/images/site/evergreens/yew.png',
'assets/images/social-cards/actions.png',
'assets/images/social-cards/copilot.png',
'assets/images/social-cards/default.png',
Expand Down
267 changes: 0 additions & 267 deletions src/codeql-cli/scripts/convert-markdown-for-docs.js

This file was deleted.

Loading
Loading