Skip to content

Commit 49638aa

Browse files
committed
Update EvaluateCommand.php
1 parent 8059775 commit 49638aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

issue-bot/src/Console/EvaluateCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
142142
$exitCode = self::EXIT_NO_AFFECTED_ISSUES;
143143
$output->writeln(sprintf('No changes in results in %d code snippets from %d GitHub issues. :tada:', $totalCodeSnippets, count($issueCache->getIssues())));
144144
}
145+
// XXX debug test
146+
$exitCode = self::EXIT_NO_AFFECTED_ISSUES;
145147

146148
foreach ($toPost as ['issue' => $issue, 'hash' => $hash, 'users' => $users, 'diff' => $diff, 'details' => $details]) {
147149
$text = sprintf(

0 commit comments

Comments
 (0)