Skip to content

Commit 2b57a0a

Browse files
authored
Merge branch 'main' into repo-sync
2 parents c958ff0 + 0d0c5bd commit 2b57a0a

55 files changed

Lines changed: 257 additions & 133 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/ISSUE_COMMENT_TEMPLATE/status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Status Update
3-
about: A brief status update.
3+
description: A brief status update.
44
body:
55
- type: dropdown
66
attributes:

.github/ISSUE_COMMENT_TEMPLATE/target-date.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Target Date Update
3-
about: Target date update
3+
description: Target date update
44
body:
55
- type: input
66
attributes:

.github/workflows/60-days-stale-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity.'
2121
days-before-stale: 60
2222
days-before-close: -1
23-
only-labels: 'engineering'
23+
only-labels: 'engineering,Triaged,Improve existing docs,Core,Ecosystem'
2424
stale-issue-label: 'stale'
2525
stale-pr-label: 'stale'
2626
exempt-pr-labels: 'never-stale'

.github/workflows/check-for-spammy-issues.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,14 @@ jobs:
6565
issue_number: issue.number,
6666
body: "This issue appears to have been opened accidentally. I'm going to close it now, but feel free to open a new issue or ask any questions in [discussions](https://github.com/github/docs/discussions)!"
6767
});
68+
69+
// Add the issue to the Done column on the triage board
70+
try {
71+
await github.projects.createCard({
72+
column_id: 11167427,
73+
content_id: context.payload.issue.id,
74+
content_type: "Issue"
75+
});
76+
} catch (error) {
77+
console.log(error);
78+
}

.pa11yci

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"http://localhost:4001/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address",
2525
"http://localhost:4001/en/github/authenticating-to-github/configuring-two-factor-authentication",
2626
"http://localhost:4001/en/rest",
27-
"http://localhost:4001/en/github/working-with-github-pages/configuring-a-custom-domain-for-your-github-pages-site",
27+
"http://localhost:4001/en/pages/configuring-a-custom-domain-for-your-github-pages-site",
2828
"http://localhost:4001/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests",
2929
"http://localhost:4001/en/github/setting-up-and-managing-your-github-user-account/changing-your-primary-email-address",
3030
"http://localhost:4001/en/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile",
@@ -36,17 +36,17 @@
3636
"http://localhost:4001/en/github/authenticating-to-github/testing-your-ssh-connection",
3737
"http://localhost:4001/en/github/getting-started-with-github/fork-a-repo",
3838
"http://localhost:4001/en/graphql",
39-
"http://localhost:4001/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site",
39+
"http://localhost:4001/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site",
4040
"http://localhost:4001/en/developers",
4141
"http://localhost:4001/en/github/getting-started-with-github/supported-browsers",
4242
"http://localhost:4001/en/github/managing-your-work-on-github/about-project-boards",
4343
"http://localhost:4001/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork",
44-
"http://localhost:4001/en/github/working-with-github-pages/creating-a-github-pages-site",
44+
"http://localhost:4001/en/pages/getting-started-with-github-pages/creating-a-github-pages-site",
4545
"http://localhost:4001/en/github/authenticating-to-github/working-with-ssh-key-passphrases",
4646
"http://localhost:4001/en/github/authenticating-to-github",
4747
"http://localhost:4001/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages",
48-
"http://localhost:4001/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site",
49-
"http://localhost:4001/en/github/working-with-github-pages/about-github-pages",
48+
"http://localhost:4001/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site",
49+
"http://localhost:4001/en/pages/getting-started-with-github-pages/about-github-pages",
5050
"http://localhost:4001/en/github/setting-up-and-managing-your-github-profile",
5151
"http://localhost:4001/en/actions/getting-started-with-github-actions/about-github-actions",
5252
"http://localhost:4001/en/github/getting-started-with-github",
@@ -75,7 +75,7 @@
7575
"http://localhost:4001/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository",
7676
"http://localhost:4001/en/github/setting-up-and-managing-your-github-user-account/changing-your-github-username",
7777
"http://localhost:4001/en/github/getting-started-with-github/create-a-repo",
78-
"http://localhost:4001/en/github/working-with-github-pages/getting-started-with-github-pages",
78+
"http://localhost:4001/en/pages/getting-started-with-github-pages",
7979
"http://localhost:4001/en/github/administering-a-repository/deleting-a-repository",
8080
"http://localhost:4001/en/actions/configuring-and-managing-workflows/using-environment-variables",
8181
"http://localhost:4001/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets",
@@ -86,7 +86,7 @@
8686
"http://localhost:4001/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue",
8787
"http://localhost:4001/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates",
8888
"http://localhost:4001/en/github/authenticating-to-github/about-two-factor-authentication",
89-
"http://localhost:4001/en/github/working-with-github-pages/about-custom-domains-and-github-pages",
89+
"http://localhost:4001/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages",
9090
"http://localhost:4001/en/github/searching-for-information-on-github/searching-code",
9191
"http://localhost:4001/en/github/getting-started-with-github/configuring-git-to-handle-line-endings",
9292
"http://localhost:4001/en/github/getting-started-with-github/getting-changes-from-a-remote-repository",
@@ -95,7 +95,7 @@
9595
"http://localhost:4001/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository",
9696
"http://localhost:4001/en/github/getting-started-with-github/verifying-your-email-address",
9797
"http://localhost:4001/en/github/setting-up-and-managing-your-github-profile/personalizing-your-profile",
98-
"http://localhost:4001/en/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll",
98+
"http://localhost:4001/en/pages/setting-up-a-github-pages-site-with-jekyll",
9999
"http://localhost:4001/en/github/managing-subscriptions-and-notifications-on-github",
100100
"http://localhost:4001/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork"
101101
]

content/admin/overview/github-ae-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ With auto-merge, pull requests can be set to merge automatically when all merge
4848
#### Developer changes
4949

5050
- [Organization owners can now disable publication](/github/setting-up-and-managing-organizations-and-teams/managing-the-publication-of-github-pages-sites-for-your-organization) of {% data variables.product.prodname_pages %} sites from repositories in the organization. This will not unpublish existing sites.
51-
- Repositories that use {% data variables.product.prodname_pages %} can now [build and deploy from any branch](/github/working-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites).
51+
- Repositories that use {% data variables.product.prodname_pages %} can now [build and deploy from any branch](/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites).
5252
- When writing an issue or pull request, the list syntax for bullets, numbers, and tasks will now be autocompleted after you press `return` or `enter`.
5353
- You can now delete a directory in a repository from the repository page. When navigating to a directory, a new kebab button next to the "Add file" button gives the option to delete the directory.
5454
- It’s now easier and faster to [reference issues or pull requests](/github/writing-on-github/basic-writing-and-formatting-syntax#referencing-issues-and-pull-requests), with search across multiple words after the "#".

content/developers/webhooks-and-events/securing-your-webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Your language and server implementations may differ from this example code. Howe
9494

9595
* Using a plain `==` operator is **not advised**. A method like [`secure_compare`][secure_compare] performs a "constant time" string comparison, which helps mitigate certain timing attacks against regular equality operators.
9696

97-
[secure_compare]: http://rubydoc.info/github/rack/rack/master/Rack/Utils.secure_compare
97+
[secure_compare]: https://rubydoc.info/github/rack/rack/master/Rack/Utils:secure_compare

content/github/administering-a-repository/renaming-a-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When you rename a repository, all existing information, with the exception of pr
1717
* Stars
1818
* Followers
1919

20-
For more information on project sites, see "[About {% data variables.product.prodname_pages %}](/github/working-with-github-pages/about-github-pages#types-of-github-pages-sites)."
20+
For more information on project sites, see "[About {% data variables.product.prodname_pages %}](/pages/getting-started-with-github-pages/about-github-pages#types-of-github-pages-sites)."
2121

2222
In addition to redirecting web traffic, all `git clone`, `git fetch`, or `git push` operations targeting the previous location will continue to function as if made on the new location. However, to reduce confusion, we strongly recommend updating any existing local clones to point to the new repository URL. You can do this by using `git remote` on the command line:
2323

@@ -29,7 +29,7 @@ For more information, see "[Managing remote repositories](/github/getting-starte
2929

3030
{% if currentVersion == "free-pro-team@latest" %}
3131

32-
If you plan to rename a repository that has a {% data variables.product.prodname_pages %} site, we recommend using a custom domain for your site. This ensures that the site's URL isn't impacted by renaming the repository. For more information, see "[About custom domains and {% data variables.product.prodname_pages %} site](/github/working-with-github-pages/about-custom-domains-and-github-pages)."
32+
If you plan to rename a repository that has a {% data variables.product.prodname_pages %} site, we recommend using a custom domain for your site. This ensures that the site's URL isn't impacted by renaming the repository. For more information, see "[About custom domains and {% data variables.product.prodname_pages %} site](/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages)."
3333

3434
{% endif %}
3535

content/github/getting-started-with-github/githubs-products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In addition to the features available with {% data variables.product.prodname_te
9292
- {% data variables.contact.enterprise_support %}. For more information, see "<a href="/articles/github-enterprise-cloud-support" class="dotcom-only">{% data variables.product.prodname_ghe_cloud %} support</a>" and "<a href="/articles/github-enterprise-cloud-addendum" class="dotcom-only">{% data variables.product.prodname_ghe_cloud %} Addendum</a>."
9393
- 50,000 {% data variables.product.prodname_actions %} minutes
9494
- 50GB {% data variables.product.prodname_registry %} storage
95-
- Access control for {% data variables.product.prodname_pages %} sites. For more information, see <a href="/github/working-with-github-pages/changing-the-visibility-of-your-github-pages-site" class="dotcom-only">Changing the visibility of your {% data variables.product.prodname_pages %} site</a>"
95+
- Access control for {% data variables.product.prodname_pages %} sites. For more information, see <a href="/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site" class="dotcom-only">Changing the visibility of your {% data variables.product.prodname_pages %} site</a>"
9696
- A service level agreement for 99.9% monthly uptime
9797
- The option to centrally manage policy and billing for multiple {% data variables.product.prodname_dotcom_the_website %} organizations with an enterprise account. For more information, see "<a href="/articles/about-enterprise-accounts" class="dotcom-only">About enterprise accounts</a>."
9898

content/github/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ versions:
5757

5858
{% link_in_list /extending-github %}
5959

60-
{% link_in_list /working-with-github-pages %}
6160
{% link_in_list /supporting-the-open-source-community-with-github-sponsors %}
6261
{% link_in_list /finding-talent-with-github-jobs %}
6362
{% link_in_list /working-with-github-support %}

0 commit comments

Comments
 (0)