Skip to content

Commit 35d4999

Browse files
authored
Apply suggestions from code review
1 parent 75b1564 commit 35d4999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/policies/OpenAPI.NET-branch-protection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ configuration:
3030
# Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines.
3131
requiresCommitSignatures: false
3232
# Are conversations required to be resolved before merging? boolean
33-
requiresConversationResolution: false
33+
requiresConversationResolution: true
3434
# Are merge commits prohibited from being pushed to this branch. boolean
3535
requiresLinearHistory: false
3636
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
@@ -66,7 +66,7 @@ configuration:
6666
# Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines.
6767
requiresCommitSignatures: false
6868
# Are conversations required to be resolved before merging? boolean
69-
requiresConversationResolution: false
69+
requiresConversationResolution: true
7070
# Are merge commits prohibited from being pushed to this branch. boolean
7171
requiresLinearHistory: false
7272
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status

0 commit comments

Comments
 (0)