Skip to content
Closed
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
11 changes: 4 additions & 7 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -64011,7 +64011,7 @@
"/search/issues": {
"get": {
"summary": "Search issues and pull requests",
"description": "> [!WARNING]\n> **Notice:** Search for issues and pull requests will be overridden by advanced search on November 4, 2025.\n> 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/).",
"description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/rest/search/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n> [!NOTE]\n> For requests made by GitHub Apps with a user access token, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"",
"tags": [
"search"
],
Expand Down Expand Up @@ -64117,11 +64117,8 @@
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "search",
"subcategory": "search",
"deprecationDate": "2025-03-04",
"removalDate": "2025-11-04"
},
"deprecated": true
"subcategory": "search"
}
}
},
"/search/labels": {
Expand Down Expand Up @@ -292442,7 +292439,7 @@
"created_at": "2022-09-12T12:14:32Z",
"updated_at": "2022-09-12T12:14:32Z",
"completed_at": "2022-09-12T13:15:33Z",
"status": "completed",
"status": "succeeded",
"actions_workflow_run_id": 3453588,
"scanned_repositories": [
{
Expand Down
21 changes: 14 additions & 7 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46377,9 +46377,19 @@ paths:
get:
summary: Search issues and pull requests
description: |-
> [!WARNING]
> **Notice:** Search for issues and pull requests will be overridden by advanced search on November 4, 2025.
> 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/).
Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api).

When searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted
search results, see [Text match metadata](https://docs.github.com/rest/search/search#text-match-metadata).

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

`q=windows+label:bug+language:python+state:open&sort=created&order=asc`

This query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.

> [!NOTE]
> For requests made by GitHub Apps with a user access token, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see "[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests)."
tags:
- search
operationId: search/issues-and-pull-requests
Expand Down Expand Up @@ -46460,9 +46470,6 @@ paths:
enabledForGitHubApps: true
category: search
subcategory: search
deprecationDate: '2025-03-04'
removalDate: '2025-11-04'
deprecated: true
"/search/labels":
get:
summary: Search labels
Expand Down Expand Up @@ -220300,7 +220307,7 @@ components:
created_at: '2022-09-12T12:14:32Z'
updated_at: '2022-09-12T12:14:32Z'
completed_at: '2022-09-12T13:15:33Z'
status: completed
status: succeeded
actions_workflow_run_id: 3453588
scanned_repositories:
- repository:
Expand Down
11 changes: 4 additions & 7 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -64011,7 +64011,7 @@
"/search/issues": {
"get": {
"summary": "Search issues and pull requests",
"description": "> [!WARNING]\n> **Notice:** Search for issues and pull requests will be overridden by advanced search on November 4, 2025.\n> 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/).",
"description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/rest/search/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n> [!NOTE]\n> For requests made by GitHub Apps with a user access token, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"",
"tags": [
"search"
],
Expand Down Expand Up @@ -64117,11 +64117,8 @@
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "search",
"subcategory": "search",
"deprecationDate": "2025-03-04",
"removalDate": "2025-11-04"
},
"deprecated": true
"subcategory": "search"
}
}
},
"/search/labels": {
Expand Down Expand Up @@ -292442,7 +292439,7 @@
"created_at": "2022-09-12T12:14:32Z",
"updated_at": "2022-09-12T12:14:32Z",
"completed_at": "2022-09-12T13:15:33Z",
"status": "completed",
"status": "succeeded",
"actions_workflow_run_id": 3453588,
"scanned_repositories": [
{
Expand Down
21 changes: 14 additions & 7 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46377,9 +46377,19 @@ paths:
get:
summary: Search issues and pull requests
description: |-
> [!WARNING]
> **Notice:** Search for issues and pull requests will be overridden by advanced search on November 4, 2025.
> 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/).
Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api).

When searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted
search results, see [Text match metadata](https://docs.github.com/rest/search/search#text-match-metadata).

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

`q=windows+label:bug+language:python+state:open&sort=created&order=asc`

This query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.

> [!NOTE]
> For requests made by GitHub Apps with a user access token, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see "[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests)."
tags:
- search
operationId: search/issues-and-pull-requests
Expand Down Expand Up @@ -46460,9 +46470,6 @@ paths:
enabledForGitHubApps: true
category: search
subcategory: search
deprecationDate: '2025-03-04'
removalDate: '2025-11-04'
deprecated: true
"/search/labels":
get:
summary: Search labels
Expand Down Expand Up @@ -220300,7 +220307,7 @@ components:
created_at: '2022-09-12T12:14:32Z'
updated_at: '2022-09-12T12:14:32Z'
completed_at: '2022-09-12T13:15:33Z'
status: completed
status: succeeded
actions_workflow_run_id: 3453588
scanned_repositories:
- repository:
Expand Down
Loading