-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
query
parameter when searching for PR's
Fixes #1937 Add `query` argument to `gs_github_pull_request` (default: "") to filter the list of PR's we fetch. As the search API does return a subset of the information we need, query the full PR response in a second step (but in the background using a future). The query parameter is a string and can be basically anything a user would also type in on Github's website. Interesting candidates are e.g. "involves:@me" which is also added to the Command Palette.
- Loading branch information
Showing
3 changed files
with
55 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters