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 f322d19 commit 5ecdee0Copy full SHA for 5ecdee0
src/AppBundle/Controller/WebhookController.php
@@ -51,7 +51,7 @@ private function handleIssueCommentEvent(array $data)
51
->getStatusChangeFromComment($commentText);
52
53
// hacky way to not actually try to talk to GitHub when testing
54
- if ($this->container->getParameter('kernel.environment') == 'test') {
+ if ($this->container->getParameter('kernel.environment') != 'test') {
55
$this->get('app.issue_status_changer')
56
->setIssueStatusLabel($issueNumber, $newStatus);
57
}
0 commit comments