We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0693e5a commit 985edd5Copy full SHA for 985edd5
changelog-generator/run.php
@@ -122,7 +122,10 @@ protected function execute(InputInterface $input, OutputInterface $output)
122
continue;
123
}
124
$parenthesis = sprintf('[#%d](%s)', $responseItem['number'], 'https://github.com/phpstan/phpstan-src/pull/' . $responseItem['number']);
125
- $thanks = $responseItem['user']['login'];
+
126
+ if ($responseItem['user']['login'] !== 'ondrejmirtes') {
127
+ $thanks = $responseItem['user']['login'];
128
+ }
129
} else {
130
$issuesToReference[] = sprintf('#%d', $responseItem['number']);
131
0 commit comments