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)
110110}
111111
112112foreach ($ 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 ' );
115115$ items = array_merge ($ pullRequests ['items ' ], $ issues ['items ' ]);
116116$ parenthesis = 'https://github.com/phpstan/phpstan-src/commit/ ' . $ commit ['hash ' ];
117117$ thanks = null ;
You can’t perform that action at this time.
0 commit comments