Skip to content

Commit 43d3432

Browse files
Commit via running: make Sources/search
1 parent 8dac6ef commit 43d3432

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/search/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public struct Client: APIProtocol {
331331
/// Search issues and pull requests
332332
///
333333
/// > [!WARNING]
334-
/// > **Notice:** Search for issues and pull requests will be overridden by advanced search on September 4, 2025.
334+
/// > **Notice:** Search for issues and pull requests will be overridden by advanced search on November 4, 2025.
335335
/// > You can read more about this change on [the GitHub blog](https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/).
336336
///
337337
/// - Remark: HTTP `GET /search/issues`.

Sources/search/Types.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public protocol APIProtocol: Sendable {
5454
/// Search issues and pull requests
5555
///
5656
/// > [!WARNING]
57-
/// > **Notice:** Search for issues and pull requests will be overridden by advanced search on September 4, 2025.
57+
/// > **Notice:** Search for issues and pull requests will be overridden by advanced search on November 4, 2025.
5858
/// > You can read more about this change on [the GitHub blog](https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/).
5959
///
6060
/// - Remark: HTTP `GET /search/issues`.
@@ -186,7 +186,7 @@ extension APIProtocol {
186186
/// Search issues and pull requests
187187
///
188188
/// > [!WARNING]
189-
/// > **Notice:** Search for issues and pull requests will be overridden by advanced search on September 4, 2025.
189+
/// > **Notice:** Search for issues and pull requests will be overridden by advanced search on November 4, 2025.
190190
/// > You can read more about this change on [the GitHub blog](https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/).
191191
///
192192
/// - Remark: HTTP `GET /search/issues`.
@@ -5975,7 +5975,7 @@ public enum Operations {
59755975
/// Search issues and pull requests
59765976
///
59775977
/// > [!WARNING]
5978-
/// > **Notice:** Search for issues and pull requests will be overridden by advanced search on September 4, 2025.
5978+
/// > **Notice:** Search for issues and pull requests will be overridden by advanced search on November 4, 2025.
59795979
/// > You can read more about this change on [the GitHub blog](https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/).
59805980
///
59815981
/// - Remark: HTTP `GET /search/issues`.

0 commit comments

Comments
 (0)