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 424de43 commit 339faedCopy full SHA for 339faed
1 file changed
src/Services/WebhookService.php
@@ -96,7 +96,7 @@ protected function isStatusCommentEnabled(array $payload): bool
96
$fieldType = $payload['changes']['field_value']['field_type'] ?? '';
97
98
if ((string) $fieldType === 'Status'
99
- && !z('github-project.enable_status_comment')
+ && !config('github-project.enable_status_comment')
100
) {
101
return false;
102
}
0 commit comments