Skip to content

Commit

Permalink
Merge pull request #35059 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 23, 2024
2 parents 62f7d98 + 6342874 commit de33448
Show file tree
Hide file tree
Showing 55 changed files with 65,264 additions and 6,891 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-check-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# treat it as a warning and not as a broken link.
EXTERNAL_SERVER_ERRORS_AS_WARNINGS: true
FAIL_ON_FLAW: false
timeout-minutes: 60
timeout-minutes: 120
run: npm run rendered-content-link-checker

- name: Insight into external link checker DB json file (after)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ To ensure that commits are attributed to you and appear in your contributions gr

{% ifversion fpt or ghec %}

<a name="about-no-reply-email"></a>

{% note %}

**Note:** If you created your account _after_ July 18, 2017, your `noreply` email address for is an ID number and your username in the form of <code>[email protected]</code>. If you created your account _prior to_ July 18, 2017, and enabled **Keep my email address private** prior to that date, your `noreply` email address is <code>[email protected]</code>. You can get an ID-based `noreply` email address by selecting (or deselecting and reselecting) **Keep my email address private** in your email settings.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Set an email address in Git. You can use {% ifversion fpt or ghec %}your [{% data variables.product.product_name %}-provided `noreply` email address](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address) or {% endif %}any email address.
Set an email address in Git. You can use {% ifversion fpt or ghec %}your [{% data variables.product.product_name %}-provided `noreply` email address](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address#about-no-reply-email) or {% endif %}any email address.
Original file line number Diff line number Diff line change
Expand Up @@ -3392,7 +3392,7 @@
},
{
"category": "repos",
"slug": "deprecated---list-tag-protection-states-for-a-repository",
"slug": "closing-down---list-tag-protection-states-for-a-repository",
"subcategory": "tags",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags/protection",
Expand All @@ -3401,7 +3401,7 @@
},
{
"category": "repos",
"slug": "deprecated---create-a-tag-protection-state-for-a-repository",
"slug": "closing-down---create-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/tags/protection",
Expand All @@ -3410,7 +3410,7 @@
},
{
"category": "repos",
"slug": "deprecated---delete-a-tag-protection-state-for-a-repository",
"slug": "closing-down---delete-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}",
Expand Down Expand Up @@ -4332,7 +4332,7 @@
"subcategory": "dependency-review",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}",
"additional-permissions": true,
"additional-permissions": false,
"access": "read"
},
{
Expand Down Expand Up @@ -6240,15 +6240,6 @@
"additional-permissions": false,
"access": "read"
},
{
"category": "dependency-graph",
"slug": "get-a-diff-of-the-dependencies-between-commits",
"subcategory": "dependency-review",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}",
"additional-permissions": true,
"access": "read"
},
{
"category": "issues",
"slug": "list-issue-comments-for-a-repository",
Expand Down
6 changes: 3 additions & 3 deletions src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -4491,19 +4491,19 @@
"requestPath": "/repos/{owner}/{repo}/tags"
},
{
"slug": "deprecated---list-tag-protection-states-for-a-repository",
"slug": "closing-down---list-tag-protection-states-for-a-repository",
"subcategory": "tags",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags/protection"
},
{
"slug": "deprecated---create-a-tag-protection-state-for-a-repository",
"slug": "closing-down---create-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/tags/protection"
},
{
"slug": "deprecated---delete-a-tag-protection-state-for-a-repository",
"slug": "closing-down---delete-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4157,7 +4157,7 @@
},
{
"category": "repos",
"slug": "deprecated---list-tag-protection-states-for-a-repository",
"slug": "closing-down---list-tag-protection-states-for-a-repository",
"subcategory": "tags",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags/protection",
Expand All @@ -4168,7 +4168,7 @@
},
{
"category": "repos",
"slug": "deprecated---create-a-tag-protection-state-for-a-repository",
"slug": "closing-down---create-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/tags/protection",
Expand All @@ -4179,7 +4179,7 @@
},
{
"category": "repos",
"slug": "deprecated---delete-a-tag-protection-state-for-a-repository",
"slug": "closing-down---delete-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}",
Expand Down Expand Up @@ -5296,7 +5296,7 @@
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
"additional-permissions": false
},
{
"category": "dependency-graph",
Expand Down Expand Up @@ -7624,17 +7624,6 @@
"server-to-server": true,
"additional-permissions": false
},
{
"category": "dependency-graph",
"slug": "get-a-diff-of-the-dependencies-between-commits",
"subcategory": "dependency-review",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "issues",
"slug": "list-issue-comments-for-a-repository",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4023,19 +4023,19 @@
"requestPath": "/repos/{owner}/{repo}/tags"
},
{
"slug": "deprecated---list-tag-protection-states-for-a-repository",
"slug": "closing-down---list-tag-protection-states-for-a-repository",
"subcategory": "tags",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags/protection"
},
{
"slug": "deprecated---create-a-tag-protection-state-for-a-repository",
"slug": "closing-down---create-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/tags/protection"
},
{
"slug": "deprecated---delete-a-tag-protection-state-for-a-repository",
"slug": "closing-down---delete-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}"
Expand Down
6 changes: 3 additions & 3 deletions src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4491,19 +4491,19 @@
"requestPath": "/repos/{owner}/{repo}/tags"
},
{
"slug": "deprecated---list-tag-protection-states-for-a-repository",
"slug": "closing-down---list-tag-protection-states-for-a-repository",
"subcategory": "tags",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags/protection"
},
{
"slug": "deprecated---create-a-tag-protection-state-for-a-repository",
"slug": "closing-down---create-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/tags/protection"
},
{
"slug": "deprecated---delete-a-tag-protection-state-for-a-repository",
"slug": "closing-down---delete-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
},
{
"category": "orgs",
"slug": "deprecated---list-custom-repository-roles-in-an-organization",
"slug": "closing-down---list-custom-repository-roles-in-an-organization",
"subcategory": "custom-roles",
"verb": "get",
"requestPath": "/organizations/{organization_id}/custom_roles",
Expand Down Expand Up @@ -569,7 +569,7 @@
},
{
"category": "orgs",
"slug": "deprecated---get-a-custom-role",
"slug": "closing-down---get-a-custom-role",
"subcategory": "custom-roles",
"verb": "get",
"requestPath": "/orgs/{org}/custom_roles/{role_id}",
Expand All @@ -578,7 +578,7 @@
},
{
"category": "orgs",
"slug": "deprecated---list-fine-grained-permissions-for-an-organization",
"slug": "closing-down---list-fine-grained-permissions-for-an-organization",
"subcategory": "custom-roles",
"verb": "get",
"requestPath": "/orgs/{org}/fine_grained_permissions",
Expand Down Expand Up @@ -962,7 +962,7 @@
"permissions": [
{
"category": "orgs",
"slug": "deprecated---list-custom-repository-roles-in-an-organization",
"slug": "closing-down---list-custom-repository-roles-in-an-organization",
"subcategory": "custom-roles",
"verb": "get",
"requestPath": "/organizations/{organization_id}/custom_roles",
Expand Down Expand Up @@ -1016,7 +1016,7 @@
},
{
"category": "orgs",
"slug": "deprecated---create-a-custom-role",
"slug": "closing-down---create-a-custom-role",
"subcategory": "custom-roles",
"verb": "post",
"requestPath": "/orgs/{org}/custom_roles",
Expand All @@ -1025,7 +1025,7 @@
},
{
"category": "orgs",
"slug": "deprecated---get-a-custom-role",
"slug": "closing-down---get-a-custom-role",
"subcategory": "custom-roles",
"verb": "get",
"requestPath": "/orgs/{org}/custom_roles/{role_id}",
Expand All @@ -1034,7 +1034,7 @@
},
{
"category": "orgs",
"slug": "deprecated---update-a-custom-role",
"slug": "closing-down---update-a-custom-role",
"subcategory": "custom-roles",
"verb": "patch",
"requestPath": "/orgs/{org}/custom_roles/{role_id}",
Expand All @@ -1043,7 +1043,7 @@
},
{
"category": "orgs",
"slug": "deprecated---delete-a-custom-role",
"slug": "closing-down---delete-a-custom-role",
"subcategory": "custom-roles",
"verb": "delete",
"requestPath": "/orgs/{org}/custom_roles/{role_id}",
Expand All @@ -1052,7 +1052,7 @@
},
{
"category": "orgs",
"slug": "deprecated---list-fine-grained-permissions-for-an-organization",
"slug": "closing-down---list-fine-grained-permissions-for-an-organization",
"subcategory": "custom-roles",
"verb": "get",
"requestPath": "/orgs/{org}/fine_grained_permissions",
Expand Down Expand Up @@ -3986,7 +3986,7 @@
},
{
"category": "repos",
"slug": "deprecated---list-tag-protection-states-for-a-repository",
"slug": "closing-down---list-tag-protection-states-for-a-repository",
"subcategory": "tags",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags/protection",
Expand All @@ -3995,7 +3995,7 @@
},
{
"category": "repos",
"slug": "deprecated---create-a-tag-protection-state-for-a-repository",
"slug": "closing-down---create-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/tags/protection",
Expand All @@ -4004,7 +4004,7 @@
},
{
"category": "repos",
"slug": "deprecated---delete-a-tag-protection-state-for-a-repository",
"slug": "closing-down---delete-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}",
Expand Down Expand Up @@ -4926,7 +4926,7 @@
"subcategory": "dependency-review",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}",
"additional-permissions": true,
"additional-permissions": false,
"access": "read"
},
{
Expand Down Expand Up @@ -6834,15 +6834,6 @@
"additional-permissions": false,
"access": "read"
},
{
"category": "dependency-graph",
"slug": "get-a-diff-of-the-dependencies-between-commits",
"subcategory": "dependency-review",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}",
"additional-permissions": true,
"access": "read"
},
{
"category": "issues",
"slug": "list-issue-comments-for-a-repository",
Expand Down
18 changes: 9 additions & 9 deletions src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3201,7 +3201,7 @@
"requestPath": "/organizations"
},
{
"slug": "deprecated---list-custom-repository-roles-in-an-organization",
"slug": "closing-down---list-custom-repository-roles-in-an-organization",
"subcategory": "custom-roles",
"verb": "get",
"requestPath": "/organizations/{organization_id}/custom_roles"
Expand Down Expand Up @@ -3303,25 +3303,25 @@
"requestPath": "/orgs/{org}/custom-repository-roles/{role_id}"
},
{
"slug": "deprecated---create-a-custom-role",
"slug": "closing-down---create-a-custom-role",
"subcategory": "custom-roles",
"verb": "post",
"requestPath": "/orgs/{org}/custom_roles"
},
{
"slug": "deprecated---get-a-custom-role",
"slug": "closing-down---get-a-custom-role",
"subcategory": "custom-roles",
"verb": "get",
"requestPath": "/orgs/{org}/custom_roles/{role_id}"
},
{
"slug": "deprecated---update-a-custom-role",
"slug": "closing-down---update-a-custom-role",
"subcategory": "custom-roles",
"verb": "patch",
"requestPath": "/orgs/{org}/custom_roles/{role_id}"
},
{
"slug": "deprecated---delete-a-custom-role",
"slug": "closing-down---delete-a-custom-role",
"subcategory": "custom-roles",
"verb": "delete",
"requestPath": "/orgs/{org}/custom_roles/{role_id}"
Expand All @@ -3333,7 +3333,7 @@
"requestPath": "/orgs/{org}/failed_invitations"
},
{
"slug": "deprecated---list-fine-grained-permissions-for-an-organization",
"slug": "closing-down---list-fine-grained-permissions-for-an-organization",
"subcategory": "custom-roles",
"verb": "get",
"requestPath": "/orgs/{org}/fine_grained_permissions"
Expand Down Expand Up @@ -4765,19 +4765,19 @@
"requestPath": "/repos/{owner}/{repo}/tags"
},
{
"slug": "deprecated---list-tag-protection-states-for-a-repository",
"slug": "closing-down---list-tag-protection-states-for-a-repository",
"subcategory": "tags",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags/protection"
},
{
"slug": "deprecated---create-a-tag-protection-state-for-a-repository",
"slug": "closing-down---create-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/tags/protection"
},
{
"slug": "deprecated---delete-a-tag-protection-state-for-a-repository",
"slug": "closing-down---delete-a-tag-protection-state-for-a-repository",
"subcategory": "tags",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}"
Expand Down
Loading

0 comments on commit de33448

Please sign in to comment.