Skip to content

Commit 0915699

Browse files
authored
fix(ci): Update branch protection output (#2053)
1 parent 30ffa57 commit 0915699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/branch_protection_settings/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"required_pull_request_reviews": {
2020
"url": "https://api.github.com/repos/aws-powertools/powertools-lambda-java/branches/main/protection/required_pull_request_reviews",
2121
"dismiss_stale_reviews": true,
22-
"require_code_owner_reviews": false,
22+
"require_code_owner_reviews": true,
2323
"require_last_push_approval": true,
2424
"required_approving_review_count": 1,
2525
"dismissal_restrictions": {
@@ -37,7 +37,7 @@
3737
},
3838
"enforce_admins": {
3939
"url": "https://api.github.com/repos/aws-powertools/powertools-lambda-java/branches/main/protection/enforce_admins",
40-
"enabled": false
40+
"enabled": true
4141
},
4242
"required_linear_history": {
4343
"enabled": true

0 commit comments

Comments
 (0)