File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
110
110
}
111
111
112
112
foreach ($ commits as $ commit ) {
113
- $ pullRequests = $ searchApi ->issues (sprintf ('repo:phpstan/phpstan-src %s ' , $ commit ['hash ' ]));
114
- $ issues = $ searchApi ->issues (sprintf ('repo:phpstan/phpstan %s ' , $ commit ['hash ' ]), 'created ' );
113
+ $ pullRequests = $ searchApi ->issues (sprintf ('repo:phpstan/phpstan-src %s is:pull-request ' , $ commit ['hash ' ]));
114
+ $ issues = $ searchApi ->issues (sprintf ('repo:phpstan/phpstan %s is:issue ' , $ commit ['hash ' ]), 'created ' );
115
115
$ items = array_merge ($ pullRequests ['items ' ], $ issues ['items ' ]);
116
116
$ parenthesis = 'https://github.com/phpstan/phpstan-src/commit/ ' . $ commit ['hash ' ];
117
117
$ thanks = null ;
You can’t perform that action at this time.
0 commit comments