Merge pull request #374 from Moujimouja/patch-1
Get only issue type ticket
This commit is contained in:
commit
36648734a6
|
@ -74,7 +74,7 @@ sub check_options {
|
|||
$self->{output}->option_exit();
|
||||
}
|
||||
|
||||
$self->{option_results}->{url_path} = "/search/issues?q=state:open+repo:" . $self->{option_results}->{owner} . "/" . $self->{option_results}->{repository};
|
||||
$self->{option_results}->{url_path} = "/search/issues?q=state:open+is:issue+repo:" . $self->{option_results}->{owner} . "/" . $self->{option_results}->{repository};
|
||||
if (defined($self->{option_results}->{label}) && $self->{option_results}->{label} ne '') {
|
||||
$self->{option_results}->{url_path} .= "+label:" . $self->{option_results}->{label};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue