Skip to content

Commit 8adb938

Browse files
Merge branch 'main' into docs/merge-group-branches-filters
2 parents ef69f90 + bf756fc commit 8adb938

File tree

633 files changed

+10435
-2141
lines changed

Some content is hidden

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

633 files changed

+10435
-2141
lines changed

config/moda/configuration/default/env.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ data:
99
RATE_LIMIT_MAX: '21'
1010
# Moda uses a non-default port for sending datadog metrics
1111
DD_DOGSTATSD_PORT: '28125'
12+
# OTel distributed tracing — sends spans to OTel Collector via OTLP/HTTP (proto).
13+
# Uses stamp address (not mesh) since docs-internal is not on the service mesh.
14+
# See https://thehub.github.com/epd/engineering/dev-practicals/observability/distributed-tracing/instrumentation/
15+
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: 'https://otelcol.service.%stamp%.github.net/v1/traces'

config/moda/configuration/production/env.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ data:
1212
# Identifies the service deployment environment as production
1313
# Equivalent to HEAVEN_DEPLOYED_ENV === 'production'
1414
MODA_PROD_SERVICE_ENV: 'true'
15+
# OTel distributed tracing — sends spans to OTel Collector via OTLP/HTTP (proto).
16+
# Uses stamp address (not mesh) since docs-internal is not on the service mesh.
17+
# See https://thehub.github.com/epd/engineering/dev-practicals/observability/distributed-tracing/instrumentation/
18+
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: 'https://otelcol.service.%stamp%.github.net/v1/traces'

config/moda/secrets/production/secrets.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,8 @@ secrets:
6464
type: hydro_api_key
6565
owner: '@github/docs-engineering'
6666
externally_usable: true
67+
OTEL_EXPORTER_OTLP_TRACES_HEADERS:
68+
kind: latest_at_deployment_start
69+
type: salt
70+
owner: '@github/docs-engineering'
71+
externally_usable: true

content/billing/reference/billing-roles.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The following roles have access to the billing platform:
1717

1818
* **Enterprise owners and enterprise billing managers**: Can manage billing for an enterprise account.
1919
* **Organization owners and organization billing managers**: Can manage billing for an organization on {% data variables.product.prodname_free_team %} or {% data variables.product.prodname_team %}.
20+
21+
> [!NOTE]
22+
> If your organization is owned by an enterprise account, you cannot add billing managers at the organization level. Billing for enterprise-owned organizations is managed at the enterprise level.
23+
2024
* **Personal accounts (non-managed)**: Can access the billing platform for their personal usage.
2125

2226
To add a billing manager, see:
@@ -38,9 +42,7 @@ You have full administrative access to your organization. You can:
3842

3943
You can:
4044

41-
* View all metered usage for your organization its repositories.
42-
* View organization-level budgets.
43-
* Download CSV usage reports.
45+
{% data reusables.billing.org-billing-manager-permissions %}
4446

4547
## Enterprise owners and enterprise billing managers
4648

@@ -51,6 +53,8 @@ You can:
5153
* Download CSV usage reports for products your enterprise is using.
5254
* Set budgets for your enterprise.
5355
* Create cost centers for all organizations within your enterprise.
56+
* View and manage user licenses.
57+
* Manage other billing settings, such as payment methods and billing contacts.
5458

5559
## Further reading
5660

content/code-security/concepts/about-code-quality.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ redirect_from:
1111
- /code-security/code-quality/concepts/about-code-quality
1212
- /code-security/code-quality/concepts
1313
- /code-security/code-quality
14+
category:
15+
- Improve code quality
1416
---
1517

1618
{% data reusables.code-quality.code-quality-preview-note %}

content/code-security/concepts/code-scanning/about-code-scanning-alerts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ redirect_from:
1212
- /code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts
1313
- /code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts
1414
contentType: concepts
15+
category:
16+
- Find and fix code vulnerabilities
1517
---
1618

1719
{% data reusables.code-scanning.enterprise-enable-code-scanning %}

content/code-security/concepts/code-scanning/about-code-scanning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ versions:
1616
ghes: '*'
1717
ghec: '*'
1818
contentType: concepts
19+
category:
20+
- Find and fix code vulnerabilities
1921
---
2022

2123
{% data reusables.code-scanning.enterprise-enable-code-scanning %}

content/code-security/concepts/code-scanning/about-integration-with-code-scanning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ versions:
1414
ghes: '*'
1515
ghec: '*'
1616
contentType: concepts
17+
category:
18+
- Find and fix code vulnerabilities
1719
---
1820

1921
## About integration with code scanning

content/code-security/concepts/code-scanning/codeql/about-code-scanning-with-codeql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ versions:
1212
ghes: '*'
1313
ghec: '*'
1414
contentType: concepts
15+
category:
16+
- Find and fix code vulnerabilities
1517
---
1618

1719
{% data reusables.code-scanning.enterprise-enable-code-scanning %}

content/code-security/concepts/code-scanning/codeql/about-codeql-code-scanning-for-compiled-languages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ versions:
99
ghes: '*'
1010
ghec: '*'
1111
contentType: concepts
12+
category:
13+
- Find and fix code vulnerabilities
1214
---
1315

1416
## About the {% data variables.code-scanning.codeql_workflow %} and compiled languages

0 commit comments

Comments
 (0)