Skip to content

Commit cc45445

Browse files
committed
TMP - issue bot - increase comment limit
1 parent e48c7ef commit cc45445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issue-bot/src/Console/EvaluateCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
158158

159159
$postComments = (bool) $input->getOption('post-comments');
160160
if ($postComments) {
161-
if (count($toPost) > 20) {
161+
if (count($toPost) > 50) {
162162
$output->writeln('Too many comments to post, something is probably wrong.');
163163
return 1;
164164
}

0 commit comments

Comments
 (0)