Skip to content

Commit 985edd5

Browse files
committed
Do not thank myself
1 parent 0693e5a commit 985edd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

changelog-generator/run.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ protected function execute(InputInterface $input, OutputInterface $output)
122122
continue;
123123
}
124124
$parenthesis = sprintf('[#%d](%s)', $responseItem['number'], 'https://github.com/phpstan/phpstan-src/pull/' . $responseItem['number']);
125-
$thanks = $responseItem['user']['login'];
125+
126+
if ($responseItem['user']['login'] !== 'ondrejmirtes') {
127+
$thanks = $responseItem['user']['login'];
128+
}
126129
} else {
127130
$issuesToReference[] = sprintf('#%d', $responseItem['number']);
128131
}

0 commit comments

Comments
 (0)