Skip to content

Commit c70dce0

Browse files
authored
Merge pull request #35939 from github/repo-sync
Repo sync
2 parents e875ecb + 039091d commit c70dce0

File tree

8 files changed

+1003
-7658
lines changed

8 files changed

+1003
-7658
lines changed

content/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ If possible, create branch and tag names that don't contain special characters,
4040
* The English alphabet (`a` to `z` and `A` to `Z`)
4141
* Numbers (`0` to `9`)
4242
* A limited set of punctuation characters:
43+
<!-- markdownlint-disable GHD034 -->
4344
* period (`.`)
4445
* hyphen (`-`)
4546
* underscore (`_`)
4647
* forward slash (`/`)
48+
<!-- markdownlint-enable GHD034 -->
4749

4850
To avoid confusion, you should start branch names with a letter.
4951

content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ topics:
1717

1818
To link a pull request to an issue to show that a fix is in progress and to automatically close the issue when someone merges the pull request, type one of the following keywords followed by a reference to the issue. For example, `Closes #10` or `Fixes octo-org/octo-repo#100`.
1919

20+
<!-- markdownlint-disable GHD034 -->
2021
* close
2122
* closes
2223
* closed
@@ -26,6 +27,7 @@ To link a pull request to an issue to show that a fix is in progress and to auto
2627
* resolve
2728
* resolves
2829
* resolved
30+
<!-- markdownlint-enable GHD034 -->
2931

3032
For more information, see [AUTOTITLE](/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
3133

content/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ versions:
1313
---
1414
{% data reusables.user-settings.access_settings %}
1515
{% data reusables.user-settings.saved_replies %}
16-
1. Under "Saved replies," next to the saved reply you want to edit, click {% octicon "pencil" aria-label="The pencil" %}.
17-
![Screenshot of {% data variables.product.prodname_dotcom %} settings for "Saved replies." To the right of the saved reply "Ship squirrel," an edit button with a pencil icon is outlined in dark orange.](/assets/images/help/writing/saved-replies-edit-existing.png)
16+
1. Under "Saved replies," next to the saved reply you want to edit, click {% octicon "pencil" aria-label="The pencil" %}.
17+
![Screenshot of {% data variables.product.github %} settings for "Saved replies." To the right of the "Ship squirrel" reply, an edit button with a pencil icon is outlined in orange.](/assets/images/help/writing/saved-replies-edit-existing.png)
1818
1. Under "Edit saved reply," edit the title or content of the saved reply.
1919
1. Click **Update saved reply**.
2020

src/graphql/data/fpt/changelog.json

+83
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,87 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Type <code>CopilotLicenseType</code> was removed</p>",
8+
"<p>Type <code>CopilotLimitedFeature</code> was removed</p>",
9+
"<p>Type <code>CopilotLimitedUser</code> was removed</p>",
10+
"<p>Type <code>CreateSavedNotificationThreadInput</code> was removed</p>",
11+
"<p>Type <code>CreateSavedNotificationThreadPayload</code> was removed</p>",
12+
"<p>Type <code>DeleteSavedNotificationThreadInput</code> was removed</p>",
13+
"<p>Type <code>DeleteSavedNotificationThreadPayload</code> was removed</p>",
14+
"<p>Type <code>DiscussionPubSubTopic</code> was removed</p>",
15+
"<p>Type <code>IssuePubSubTopic</code> was removed</p>",
16+
"<p>Type <code>MarkAllNotificationsInput</code> was removed</p>",
17+
"<p>Type <code>MarkAllNotificationsPayload</code> was removed</p>",
18+
"<p>Type <code>MarkNotificationAsDoneInput</code> was removed</p>",
19+
"<p>Type <code>MarkNotificationAsDonePayload</code> was removed</p>",
20+
"<p>Type <code>MarkNotificationAsReadInput</code> was removed</p>",
21+
"<p>Type <code>MarkNotificationAsReadPayload</code> was removed</p>",
22+
"<p>Type <code>MarkNotificationAsUndoneInput</code> was removed</p>",
23+
"<p>Type <code>MarkNotificationAsUndonePayload</code> was removed</p>",
24+
"<p>Type <code>MarkNotificationAsUnreadInput</code> was removed</p>",
25+
"<p>Type <code>MarkNotificationAsUnreadPayload</code> was removed</p>",
26+
"<p>Type <code>MarkNotificationSubjectAsReadInput</code> was removed</p>",
27+
"<p>Type <code>MarkNotificationSubjectAsReadPayload</code> was removed</p>",
28+
"<p>Type <code>MarkNotificationsAsDoneInput</code> was removed</p>",
29+
"<p>Type <code>MarkNotificationsAsDonePayload</code> was removed</p>",
30+
"<p>Type <code>MarkNotificationsAsReadInput</code> was removed</p>",
31+
"<p>Type <code>MarkNotificationsAsReadPayload</code> was removed</p>",
32+
"<p>Type <code>MarkNotificationsAsUndoneInput</code> was removed</p>",
33+
"<p>Type <code>MarkNotificationsAsUndonePayload</code> was removed</p>",
34+
"<p>Type <code>MarkNotificationsAsUnreadInput</code> was removed</p>",
35+
"<p>Type <code>MarkNotificationsAsUnreadPayload</code> was removed</p>",
36+
"<p>Type <code>NotificationReason</code> was removed</p>",
37+
"<p>Type <code>NotificationStatus</code> was removed</p>",
38+
"<p>Type <code>NotificationThread</code> was removed</p>",
39+
"<p>Type <code>NotificationThreadConnection</code> was removed</p>",
40+
"<p>Type <code>NotificationThreadEdge</code> was removed</p>",
41+
"<p>Type <code>NotificationThreadFilters</code> was removed</p>",
42+
"<p>Type <code>NotificationThreadSubscriptionState</code> was removed</p>",
43+
"<p>Type <code>NotificationsList</code> was removed</p>",
44+
"<p>Type <code>NotificationsSubject</code> was removed</p>",
45+
"<p>Type <code>PullRequestPubSubTopic</code> was removed</p>",
46+
"<p>Type <code>RepositoryDependabotAlertsThread</code> was removed</p>",
47+
"<p>Type <code>UnsubscribeFromNotificationsInput</code> was removed</p>",
48+
"<p>Type <code>UnsubscribeFromNotificationsPayload</code> was removed</p>",
49+
"<p>Type <code>UserPubSubTopic</code> was removed</p>",
50+
"<p>Field <code>updatesChannel</code> was removed from object type <code>Commit</code></p>",
51+
"<p>Field <code>comment</code> was removed from object type <code>Discussion</code></p>",
52+
"<p>Field <code>updatesChannel</code> was removed from object type <code>Discussion</code></p>",
53+
"<p>Argument <code>renderMobileTasklistBlocks: Boolean</code> was removed from field <code>Discussion.bodyHTML</code></p>",
54+
"<p>Field <code>updatesChannel</code> was removed from object type <code>Issue</code></p>",
55+
"<p>Argument <code>renderMobileTasklistBlocks: Boolean</code> was removed from field <code>Issue.bodyHTML</code></p>",
56+
"<p>Field <code>createSavedNotificationThread</code> was removed from object type <code>Mutation</code></p>",
57+
"<p>Field <code>deleteSavedNotificationThread</code> was removed from object type <code>Mutation</code></p>",
58+
"<p>Field <code>markAllNotifications</code> was removed from object type <code>Mutation</code></p>",
59+
"<p>Field <code>markNotificationAsDone</code> was removed from object type <code>Mutation</code></p>",
60+
"<p>Field <code>markNotificationAsRead</code> was removed from object type <code>Mutation</code></p>",
61+
"<p>Field <code>markNotificationAsUndone</code> was removed from object type <code>Mutation</code></p>",
62+
"<p>Field <code>markNotificationAsUnread</code> was removed from object type <code>Mutation</code></p>",
63+
"<p>Field <code>markNotificationSubjectAsRead</code> was removed from object type <code>Mutation</code></p>",
64+
"<p>Field <code>markNotificationsAsDone</code> was removed from object type <code>Mutation</code></p>",
65+
"<p>Field <code>markNotificationsAsRead</code> was removed from object type <code>Mutation</code></p>",
66+
"<p>Field <code>markNotificationsAsUndone</code> was removed from object type <code>Mutation</code></p>",
67+
"<p>Field <code>markNotificationsAsUnread</code> was removed from object type <code>Mutation</code></p>",
68+
"<p>Field <code>unsubscribeFromNotifications</code> was removed from object type <code>Mutation</code></p>",
69+
"<p>Field <code>updatesChannel</code> was removed from object type 'ProjectV2'</p>",
70+
"<p>Field <code>updatesChannel</code> was removed from object type <code>PullRequest</code></p>",
71+
"<p>Argument <code>renderMobileTasklistBlocks: Boolean</code> was removed from field <code>PullRequest.bodyHTML</code></p>",
72+
"<p>Field <code>mobileUpdatesUrl</code> was removed from object type <code>Query</code></p>",
73+
"<p>Field <code>viewerUpdatesChannel</code> was removed from object type <code>Query</code></p>",
74+
"<p>Field <code>updatesChannel</code> was removed from object type <code>Ref</code></p>",
75+
"<p>Field <code>copilotLicenseType</code> was removed from object type <code>User</code></p>",
76+
"<p>Field <code>copilotLimitedUser</code> was removed from object type <code>User</code></p>",
77+
"<p>Field <code>notificationThreads</code> was removed from object type <code>User</code></p>"
78+
]
79+
}
80+
],
81+
"previewChanges": [],
82+
"upcomingChanges": [],
83+
"date": "2025-01-14"
84+
},
285
{
386
"schemaChanges": [
487
{

0 commit comments

Comments
 (0)