cli/pkg/cmd/pr/list
Mislav Marohnić 949df38d49 BREAKING: lookup all issue/PR labels with "AND" instead of "OR" combinator
This switches to the Search API whenever labels are specified in `issue
list` or `pr list`. This ensures that the results match those that would
be returned in the web UI.
2021-03-24 18:04:25 +01:00
..
fixtures Import PR list API implementation to pr/list package 2021-03-24 16:46:42 +01:00
http.go BREAKING: lookup all issue/PR labels with "AND" instead of "OR" combinator 2021-03-24 18:04:25 +01:00
http_test.go BREAKING: lookup all issue/PR labels with "AND" instead of "OR" combinator 2021-03-24 18:04:25 +01:00
list.go Add pr list --author filter 2021-03-24 16:46:45 +01:00
list_test.go BREAKING: lookup all issue/PR labels with "AND" instead of "OR" combinator 2021-03-24 18:04:25 +01:00