cli/pkg/cmd/issue/list
Mislav Marohnić d23460a590 Fix filtering issues by milestone
The milestone filter in the `Repository.issues` GraphQL connection is
broken, so switch to the Search API for any milestone filtering.

Previously, we used to work around this by obtaining the milestone
database ID from decoding the GraphQL ID, but that no longer works since
the GraphQL ID format has changed.
2022-01-14 15:06:33 +01:00
..
fixtures 💅 cleanup switching to search mode in issue list 2021-03-23 18:08:14 +01:00
http.go Fix filtering issues by milestone 2022-01-14 15:06:33 +01:00
http_test.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
list.go Fix filtering issues by milestone 2022-01-14 15:06:33 +01:00
list_test.go Fix filtering issues by milestone 2022-01-14 15:06:33 +01:00