You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/search/Client.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ public struct Client: APIProtocol {
331
331
/// Search issues and pull requests
332
332
///
333
333
/// > [!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.
335
335
/// > 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/).
Copy file name to clipboardExpand all lines: Sources/search/Types.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public protocol APIProtocol: Sendable {
54
54
/// Search issues and pull requests
55
55
///
56
56
/// > [!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.
58
58
/// > 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/).
59
59
///
60
60
/// - Remark: HTTP `GET /search/issues`.
@@ -186,7 +186,7 @@ extension APIProtocol {
186
186
/// Search issues and pull requests
187
187
///
188
188
/// > [!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.
190
190
/// > 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/).
191
191
///
192
192
/// - Remark: HTTP `GET /search/issues`.
@@ -5975,7 +5975,7 @@ public enum Operations {
5975
5975
/// Search issues and pull requests
5976
5976
///
5977
5977
/// > [!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.
5979
5979
/// > 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/).
0 commit comments