Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync #35939

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ If possible, create branch and tag names that don't contain special characters,
* The English alphabet (`a` to `z` and `A` to `Z`)
* Numbers (`0` to `9`)
* A limited set of punctuation characters:
<!-- markdownlint-disable GHD034 -->
* period (`.`)
* hyphen (`-`)
* underscore (`_`)
* forward slash (`/`)
<!-- markdownlint-enable GHD034 -->

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ topics:

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`.

<!-- markdownlint-disable GHD034 -->
* close
* closes
* closed
Expand All @@ -26,6 +27,7 @@ To link a pull request to an issue to show that a fix is in progress and to auto
* resolve
* resolves
* resolved
<!-- markdownlint-enable GHD034 -->

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ versions:
---
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.saved_replies %}
1. Under "Saved replies," next to the saved reply you want to edit, click {% octicon "pencil" aria-label="The pencil" %}.
![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)
1. Under "Saved replies," next to the saved reply you want to edit, click {% octicon "pencil" aria-label="The pencil" %}.
![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)
1. Under "Edit saved reply," edit the title or content of the saved reply.
1. Click **Update saved reply**.

Expand Down
83 changes: 83 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,87 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Type <code>CopilotLicenseType</code> was removed</p>",
"<p>Type <code>CopilotLimitedFeature</code> was removed</p>",
"<p>Type <code>CopilotLimitedUser</code> was removed</p>",
"<p>Type <code>CreateSavedNotificationThreadInput</code> was removed</p>",
"<p>Type <code>CreateSavedNotificationThreadPayload</code> was removed</p>",
"<p>Type <code>DeleteSavedNotificationThreadInput</code> was removed</p>",
"<p>Type <code>DeleteSavedNotificationThreadPayload</code> was removed</p>",
"<p>Type <code>DiscussionPubSubTopic</code> was removed</p>",
"<p>Type <code>IssuePubSubTopic</code> was removed</p>",
"<p>Type <code>MarkAllNotificationsInput</code> was removed</p>",
"<p>Type <code>MarkAllNotificationsPayload</code> was removed</p>",
"<p>Type <code>MarkNotificationAsDoneInput</code> was removed</p>",
"<p>Type <code>MarkNotificationAsDonePayload</code> was removed</p>",
"<p>Type <code>MarkNotificationAsReadInput</code> was removed</p>",
"<p>Type <code>MarkNotificationAsReadPayload</code> was removed</p>",
"<p>Type <code>MarkNotificationAsUndoneInput</code> was removed</p>",
"<p>Type <code>MarkNotificationAsUndonePayload</code> was removed</p>",
"<p>Type <code>MarkNotificationAsUnreadInput</code> was removed</p>",
"<p>Type <code>MarkNotificationAsUnreadPayload</code> was removed</p>",
"<p>Type <code>MarkNotificationSubjectAsReadInput</code> was removed</p>",
"<p>Type <code>MarkNotificationSubjectAsReadPayload</code> was removed</p>",
"<p>Type <code>MarkNotificationsAsDoneInput</code> was removed</p>",
"<p>Type <code>MarkNotificationsAsDonePayload</code> was removed</p>",
"<p>Type <code>MarkNotificationsAsReadInput</code> was removed</p>",
"<p>Type <code>MarkNotificationsAsReadPayload</code> was removed</p>",
"<p>Type <code>MarkNotificationsAsUndoneInput</code> was removed</p>",
"<p>Type <code>MarkNotificationsAsUndonePayload</code> was removed</p>",
"<p>Type <code>MarkNotificationsAsUnreadInput</code> was removed</p>",
"<p>Type <code>MarkNotificationsAsUnreadPayload</code> was removed</p>",
"<p>Type <code>NotificationReason</code> was removed</p>",
"<p>Type <code>NotificationStatus</code> was removed</p>",
"<p>Type <code>NotificationThread</code> was removed</p>",
"<p>Type <code>NotificationThreadConnection</code> was removed</p>",
"<p>Type <code>NotificationThreadEdge</code> was removed</p>",
"<p>Type <code>NotificationThreadFilters</code> was removed</p>",
"<p>Type <code>NotificationThreadSubscriptionState</code> was removed</p>",
"<p>Type <code>NotificationsList</code> was removed</p>",
"<p>Type <code>NotificationsSubject</code> was removed</p>",
"<p>Type <code>PullRequestPubSubTopic</code> was removed</p>",
"<p>Type <code>RepositoryDependabotAlertsThread</code> was removed</p>",
"<p>Type <code>UnsubscribeFromNotificationsInput</code> was removed</p>",
"<p>Type <code>UnsubscribeFromNotificationsPayload</code> was removed</p>",
"<p>Type <code>UserPubSubTopic</code> was removed</p>",
"<p>Field <code>updatesChannel</code> was removed from object type <code>Commit</code></p>",
"<p>Field <code>comment</code> was removed from object type <code>Discussion</code></p>",
"<p>Field <code>updatesChannel</code> was removed from object type <code>Discussion</code></p>",
"<p>Argument <code>renderMobileTasklistBlocks: Boolean</code> was removed from field <code>Discussion.bodyHTML</code></p>",
"<p>Field <code>updatesChannel</code> was removed from object type <code>Issue</code></p>",
"<p>Argument <code>renderMobileTasklistBlocks: Boolean</code> was removed from field <code>Issue.bodyHTML</code></p>",
"<p>Field <code>createSavedNotificationThread</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>deleteSavedNotificationThread</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>markAllNotifications</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>markNotificationAsDone</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>markNotificationAsRead</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>markNotificationAsUndone</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>markNotificationAsUnread</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>markNotificationSubjectAsRead</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>markNotificationsAsDone</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>markNotificationsAsRead</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>markNotificationsAsUndone</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>markNotificationsAsUnread</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>unsubscribeFromNotifications</code> was removed from object type <code>Mutation</code></p>",
"<p>Field <code>updatesChannel</code> was removed from object type 'ProjectV2'</p>",
"<p>Field <code>updatesChannel</code> was removed from object type <code>PullRequest</code></p>",
"<p>Argument <code>renderMobileTasklistBlocks: Boolean</code> was removed from field <code>PullRequest.bodyHTML</code></p>",
"<p>Field <code>mobileUpdatesUrl</code> was removed from object type <code>Query</code></p>",
"<p>Field <code>viewerUpdatesChannel</code> was removed from object type <code>Query</code></p>",
"<p>Field <code>updatesChannel</code> was removed from object type <code>Ref</code></p>",
"<p>Field <code>copilotLicenseType</code> was removed from object type <code>User</code></p>",
"<p>Field <code>copilotLimitedUser</code> was removed from object type <code>User</code></p>",
"<p>Field <code>notificationThreads</code> was removed from object type <code>User</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2025-01-14"
},
{
"schemaChanges": [
{
Expand Down
Loading
Loading