Skip to content

Commit 1d8dc38

Browse files
authored
Merge pull request #45487 from github/repo-sync
Repo sync
2 parents 53a11a9 + 5bffca4 commit 1d8dc38

61 files changed

Lines changed: 6763 additions & 2157 deletions

Some content is hidden

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

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
core.setOutput('did_warn', 'true')
7575
76-
- name: Send Slack notification if a GitHub employee who isn't on the docs team opens an issue in public
76+
- name: Send Slack notification if a GitHub employee who isn't on the Technical Content team opens an issue in public
7777
if: ${{ steps.membership_check.outputs.did_warn && github.repository == 'github/docs' }}
7878
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4.0.0
7979
env:

.github/workflows/content-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
PR_BODY+="> * Internal or feature-flagged details that shouldn't be public"$'\n'
169169
PR_BODY+="> * Excessive or low-value detail"$'\n'
170170
PR_BODY+=">"$'\n'
171-
PR_BODY+="> Cross-check changes against the source docs linked below. If in doubt, leave the review to a subject-matter expert on the docs team."$'\n\n'
171+
PR_BODY+="> Cross-check changes against the source docs linked below. If in doubt, leave the review to a subject-matter expert on the Technical Content team."$'\n\n'
172172
PR_BODY+="## What this does"$'\n\n'
173173
PR_BODY+="Runs the \`content-pipeline-update\` agent (${PIPELINE_ID}) against the latest source docs and updates official articles under \`content/\` that have fallen out of sync."$'\n\n'
174174
PR_BODY+="## Source changes"$'\n\n'

.github/workflows/feedback-prompt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Feedback prompt for non-Docs team contributors when a PR is closed
1+
name: Feedback prompt for non-Technical Content team contributors when a PR is closed
22

33
on:
44
pull_request:

.github/workflows/hubber-contribution-help.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
- name: Comment on the PR
4545
if: steps.membership_check.outputs.result == 'false'
4646
run: |
47-
gh pr comment $PR --body "## Requesting a review from the Docs team
47+
gh pr comment $PR --body "## Requesting a review from the Technical Content team
4848
4949
### 🚧 Draft PRs
5050
5151
To add the PR to the Docs Content review board, click **Ready for review** in the merge box.
5252
5353
### 🚀 Non-draft PRs
5454
55-
The PR is **ready** and has automatically been added to the Docs Content review board. The docs team will review it as soon as possible.
55+
The PR is **ready** and has automatically been added to the Docs Content review board. The Technical Content team will review it as soon as possible.
5656
5757
### Lead time for review
5858

.github/workflows/needs-sme-stale-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
only-labels: needs SME
2626
days-before-stale: 28 # adds stale label if no activity for 7 days - temporarily changed to 28 days as we work through the backlog
27-
stale-issue-message: 'This is a gentle reminder for the docs team that this issue is waiting for technical review by a subject matter expert (SME).'
27+
stale-issue-message: 'This is a gentle reminder for the Technical Content team that this issue is waiting for technical review by a subject matter expert (SME).'
2828
stale-issue-label: 'Waiting on SME review'
2929
days-before-issue-close: -1 # never close
30-
stale-pr-message: 'This is a gentle reminder for the docs team that this PR is waiting for technical review by a subject matter expert.'
30+
stale-pr-message: 'This is a gentle reminder for the Technical Content team that this PR is waiting for technical review by a subject matter expert.'
3131
stale-pr-label: 'Waiting on SME review'
3232
days-before-pr-close: -1 # never close
3333

.github/workflows/site-policy-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
body: |
2727
Before merging, please remember to change the title of this PR to a description of its changes that is suitable for public viewing on github/site-policy.
2828
29-
<@github/site-policy-admins>, when these changes are ready to be synced to the site policy repo for the 24-hour or 30-day [review window](https://github.com/github/site-policy#whats-the-process), run the [site policy sync action](https://github.com/github/docs-internal/actions/workflows/site-policy-sync.yml) from this PR's branch. When these changes are ready to be merged in `docs-internal`, let the Docs team know on Slack in #docs-content and a writer will merge this PR.
29+
<@github/site-policy-admins>, when these changes are ready to be synced to the site policy repo for the 24-hour or 30-day [review window](https://github.com/github/site-policy#whats-the-process), run the [site policy sync action](https://github.com/github/docs-internal/actions/workflows/site-policy-sync.yml) from this PR's branch. When these changes are ready to be merged in `docs-internal`, let the Technical Content team know on Slack in #docs-content and a writer will merge this PR.

.github/workflows/triage-stale-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
days-before-pr-close: -1 # Never close
7070
operations-per-run: 100
7171

72-
stale-pr-message: 'This is a gentle reminder for the docs team that this pull request is waiting for review.'
73-
stale-pr-label: 'Waiting on Docs team review'
72+
stale-pr-message: 'This is a gentle reminder for the Technical Content team that this pull request is waiting for review.'
73+
stale-pr-label: 'Waiting on Technical Content review'
7474

7575
- name: Print outputs
7676
env:

content/admin/data-residency/network-details-for-ghecom.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ For more information about the `/meta` endpoint, see [AUTOTITLE](/rest/meta/meta
9999
| 40.81.180.112/28 | 40.81.176.224/28 |
100100
| 4.190.169.192/28 | 4.190.169.240/28 |
101101

102+
## {% data variables.product.prodname_copilot %}
103+
104+
Most {% data variables.product.prodname_copilot %} services require access to your enterprise's subdomain on {% data variables.enterprise.data_residency_site %} and its subdomains. For more information, see [AUTOTITLE](/copilot/reference/copilot-allowlist-reference#copilot-on-ghecom).
105+
102106
## Supported regions for Azure private networking
103107

104108
{% data variables.product.company_short %} deploys your runners in the same Azure region as the subnet you connect them to. Because of this, your subnet must be in one of the supported regions. If you use Azure private networking for {% data variables.product.company_short %}-hosted runners, the supported Azure regions on {% data variables.enterprise.data_residency_site %} differ from those on {% data variables.product.prodname_dotcom_the_website %}.

0 commit comments

Comments
 (0)