Hi, It is useful to add label filter support in the pull-requests cmd. The github API should support label, according to https://docs.github.com/en/rest/issues/issues Example: ``` go run cmd/vsperformancereport/main.go github pull-requests --labels="LABEL1,LABEL2,LABEL3" ```
Hi,
It is useful to add label filter support in the pull-requests cmd. The github API should support label, according to https://docs.github.com/en/rest/issues/issues
Example: