Skip to content

Commit

Permalink
refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Oct 2, 2023
1 parent c8d3b3d commit 838acc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/branchprotection/BranchProtectionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class BranchProtectionService {
branch: 'main',
})
.then((response: any) => {
console.log('Response', response);
console.log(
'Branch protection is enabled, number of reviewers are:',
response.data.required_pull_request_reviews?.['required_approving_review_count']
Expand Down
2 changes: 1 addition & 1 deletion src/cydigconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"teamName": "name-of-your-team",
"teamName": "Test-GitHub",
"usingAzure": true,
"threatModeling": {
"date": "date-of-threat-modeling",
Expand Down

0 comments on commit 838acc4

Please sign in to comment.