Skip to content

Commit c7be46d

Browse files
committed
resolve conflict
2 parents d599af6 + d2059fa commit c7be46d

361 files changed

Lines changed: 2087044 additions & 116 deletions

File tree

Some content is hidden

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

.github/instructions/instruction-architecture.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ This applies when you add, edit, or remove a Copilot instruction or shared agent
88

99
When it applies, you **must** first read the instruction-architecture doc in full and follow it:
1010

11-
https://github.com/github/docs-team/blob/main/contributing-to-docs/docs-work/copilot-instruction-architecture.md
11+
https://github.com/github/technical-content/blob/main/contributing-to-docs/docs-work/copilot-instruction-architecture.md
1212

13-
Read the current version every time (from a local `github/docs-team` checkout if you have one, otherwise fetch the URL); do not rely on your memory of it, because it changes. If you cannot access it, say so and stop rather than guessing.
13+
Read the current version every time (from a local `github/technical-content` checkout if you have one, otherwise fetch the URL); do not rely on your memory of it, because it changes. If you cannot access it, say so and stop rather than guessing.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
try {
3737
await github.rest.teams.getMembershipForUserInOrg({
3838
org: 'github',
39-
team_slug: 'docs',
39+
team_slug: 'technical-content',
4040
username: context.payload.sender.login,
4141
});
4242
return true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
try {
4949
await github.rest.teams.getMembershipForUserInOrg({
5050
org: 'github',
51-
team_slug: 'docs',
51+
team_slug: 'technical-content',
5252
username: context.payload.sender.login,
5353
});
5454
// If the user is a Docs team member, we should stop here and not send

.github/workflows/copy-api-issue-to-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
script: |
2828
const triggerer_login = context.payload.sender.login
2929
const teamMembers = await github.request(
30-
`/orgs/github/teams/docs/members?per_page=100`
30+
`/orgs/github/teams/technical-content/members?per_page=100`
3131
)
3232
const logins = teamMembers.data.map(member => member.login)
3333
if (logins.includes(triggerer_login)) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
try {
3434
await github.rest.teams.getMembershipForUserInOrg({
3535
org: 'github',
36-
team_slug: 'docs',
36+
team_slug: 'technical-content',
3737
username: context.payload.sender.login,
3838
});
3939
return true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
script: |
3232
const triggerer_login = context.payload.sender.login
3333
const teamMembers = await github.request(
34-
`/orgs/github/teams/docs/members?per_page=100`
34+
`/orgs/github/teams/technical-content/members?per_page=100`
3535
)
3636
const logins = teamMembers.data.map(member => member.login)
3737
if (logins.includes(triggerer_login)) {

.github/workflows/review-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ jobs:
9797
🤖 This comment is [automatically generated][workflow].
9898
9999
[workflow]: ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.workflow_sha }}/.github/workflows/review-comment.yml
100-
[codespace]: ${{ github.repository == 'github/docs-internal' && 'https://github.com/github/docs-team/blob/main/contributing-to-docs/tips-and-tricks/use-a-codespace-to-review.md' || 'https://docs.github.com/en/contributing/setting-up-your-environment-to-work-on-github-docs/working-on-github-docs-in-a-codespace' }}
100+
[codespace]: ${{ github.repository == 'github/docs-internal' && 'https://github.com/github/technical-content/blob/main/contributing-to-docs/tips-and-tricks/use-a-codespace-to-review.md' || 'https://docs.github.com/en/contributing/setting-up-your-environment-to-work-on-github-docs/working-on-github-docs-in-a-codespace' }}
101101
[local]: https://docs.github.com/en/contributing/setting-up-your-environment-to-work-on-github-docs/creating-a-local-environment#setting-up-your-local-environment
102-
[staging]: https://github.com/github/docs-team/blob/main/contributing-to-docs/tips-and-tricks/deploying-pr-to-staging-servers.md
102+
[staging]: https://github.com/github/technical-content/blob/main/contributing-to-docs/tips-and-tricks/deploying-pr-to-staging-servers.md

.github/workflows/sme-review-tracking-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
3232
const issueNo = context.number || context.issue.number
3333
34-
// Create an issue in docs-team repo
34+
// Create an issue in technical-content repo
3535
await github.rest.issues.create({
3636
owner: 'github',
37-
repo: 'docs-team',
37+
repo: 'technical-content',
3838
title: `SME tracking issue for \#${issueNo}`,
3939
body: `### Issue / PR that requires an SME review
4040

.github/workflows/sync-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
--title "Update OpenAPI Description" \
103103
--body '👋 humans. This PR updates the OpenAPI description with the latest changes. (Synced from github/rest-api-description@${{ steps.rest-api-description.outputs.OPENAPI_COMMIT_SHA }})
104104
105-
Docs First Responders should follow [the acting-as-the-first-responder instructions](https://github.com/github/docs-team/blob/main/contributing-to-docs/first-responder/acting-as-the-first-responder.md?plain=1#L156).
105+
Docs First Responders should follow [the acting-as-the-first-responder instructions](https://github.com/github/technical-content/blob/main/contributing-to-docs/first-responder/acting-as-the-first-responder.md?plain=1#L156).
106106
107107
If CI does not pass or other problems arise, contact #docs-engineering on slack.
108108

content/admin/all-releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ If you run analysis in an external CI system, we recommend using the same versio
5757

5858
| {% data variables.product.prodname_ghe_server %} version | Recommended {% data variables.product.prodname_codeql_cli %} version |
5959
| ------------------------------------------------- | ---------------------- |
60+
| 3.22 | 2.25.6 ([changelog](https://codeql.github.com/docs/codeql-overview/codeql-changelog/codeql-cli-2.25.6/)) |
6061
| 3.21 | 2.24.3 ([changelog](https://codeql.github.com/docs/codeql-overview/codeql-changelog/codeql-cli-2.24.3/)) |
6162
| 3.20 | 2.23.9 ([changelog](https://codeql.github.com/docs/codeql-overview/codeql-changelog/codeql-cli-2.23.9/)) |
6263
| 3.19 | 2.22.4 ([changelog](https://codeql.github.com/docs/codeql-overview/codeql-changelog/codeql-cli-2.22.4/)) |
@@ -80,6 +81,7 @@ For instances with {% data variables.product.prodname_actions %} enabled, self-h
8081

8182
| {% data variables.product.prodname_ghe_server %} version | Minimum Runner version |
8283
| ------------------------------------------------- | ---------------------- |
84+
| 3.22 | 2.334.0 ([release notes](https://github.com/actions/runner/releases/tag/v2.334.0)) |
8385
| 3.21 | 2.331.0 ([release notes](https://github.com/actions/runner/releases/tag/v2.331.0)) |
8486
| 3.20 | 2.330.0 ([release notes](https://github.com/actions/runner/releases/tag/v2.330.0)) |
8587
| 3.19 | 2.328.0 ([release notes](https://github.com/actions/runner/releases/tag/v2.328.0)) |

0 commit comments

Comments
 (0)