Skip to content

Commit 5e9dbc4

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents 4d7e0bb + 2b21146 commit 5e9dbc4

60 files changed

Lines changed: 299 additions & 160 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.
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
---
2-
name: Status Update
3-
about: A brief status update.
2+
name: A Brief status Update
3+
description: A brief status update.
44
body:
55
- type: dropdown
66
attributes:
7-
name: Status
7+
label: Status
88
options:
9-
- name: "GREEN \U0001F34F (All good, smooth sailing)"
9+
- label: "GREEN \U0001F34F (All good, smooth sailing)"
1010
value: 'Status: GREEN'
11-
- name: "YELLOW \U0001F7E1 (On track, with hurdles to work through)"
11+
- label: "YELLOW \U0001F7E1 (On track, with hurdles to work through)"
1212
value: 'Status: YELLOW'
13-
- name: "RED \U0001F534 (BLOCKED)"
13+
- label: "RED \U0001F534 (BLOCKED)"
1414
value: 'Status: RED'
15-
- type: input
15+
- type: textarea
1616
attributes:
17-
name: Update Summary
17+
label: Update Summary
1818
placeholder:
1919
Brief summary of the status and next steps. Any blockers should be
2020
called out specifically.
21-
inputType: longText
2221
- type: input
2322
attributes:
24-
name: 'Attribution'
23+
label: 'Attribution'
2524
value: '_created with :heart: by typing_ `/status`'
26-
inputType: text
25+
format: text

.github/ISSUE_COMMENT_TEMPLATE/target-date.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.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/managing-auto-merge-for-pull-requests-in-your-repository.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ topics:
1111
- repositories
1212
---
1313

14-
If you allow auto-merge for pull requests in your repository, people can configure individual pull requests in the repository to merge automatically when all merge requirements are met. For more information, see "[Automatically merging a pull request](/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request)."
14+
### About auto-merge
15+
16+
If you allow auto-merge for pull requests in your repository, people with write permissions can configure individual pull requests in the repository to merge automatically when all merge requirements are met. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@next" or currentVersion ver_gt "enterprise-server@3.1" %}If someone who does not have write permissions pushes changes to a pull request that has auto-merge enabled, auto-merge will be disabled for that pull request. {% endif %}For more information, see "[Automatically merging a pull request](/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request)."
17+
18+
### Managing auto-merge
1519

1620
{% data reusables.repositories.navigate-to-repo %}
1721
{% data reusables.repositories.sidebar-settings %}

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/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ topics:
1414

1515
If you enable auto-merge for a pull request, the pull request will merge automatically when all required reviews are met and status checks have passed. Auto-merge prevents you from waiting around for requirements to be met, so you can move on to other tasks.
1616

17-
Before you can use auto-merge with a pull request, auto-merge must be enabled for the repository. For more information, see "[Managing auto-merge for pull requests in your repository](/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository)."
17+
Before you can use auto-merge with a pull request, auto-merge must be enabled for the repository. For more information, see "[Managing auto-merge for pull requests in your repository](/github/administering-a-repository/managing-auto-merge-for-pull-requests-in-your-repository)."{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@next" or currentVersion ver_gt "enterprise-server@3.1" %}
18+
19+
After you enable auto-merge for a pull request, if someone who does not have write permissions to the repository pushes new changes to the head branch or switches the base branch of the pull request, auto-merge will be disabled. For example, if a maintainer enables auto-merge for a pull request from a fork, auto-merge will be disabled after a contributor pushes new changes to the pull request.{% endif %}
1820

1921
You can provide feedback about auto-merge by [contacting us](https://support.github.com/contact/feedback?category=prs-and-code-review&subject=Pull%20request%20auto-merge%20feedback).
2022

0 commit comments

Comments
 (0)