diff --git a/src/branchprotection/BranchProtectionService.ts b/src/branchprotection/BranchProtectionService.ts index 2f24ba1e..0bf2d42c 100644 --- a/src/branchprotection/BranchProtectionService.ts +++ b/src/branchprotection/BranchProtectionService.ts @@ -40,7 +40,7 @@ export class BranchProtectionService { }) .then((response: any) => { console.log( - 'Branch protection is enabled, and the numbers of reviewers are:', + 'Branch protection is enabled, number of reviewers are:', response.data.required_pull_request_reviews?.['required_approving_review_count'] ); })