Skip to content

Commit 4af6c09

Browse files
author
shiro
authored
fix(settings.yml)L Require Conversations Resolution (#40)
This was in the Python code, but was missing from the settings file.
1 parent 6744d11 commit 4af6c09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/settings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ branch_protections:
113113
# - lint
114114
# - test
115115
# - docker
116+
# Blocks merge until all conversations on a pull request have been resolved
117+
# require_conversation_resolution: true
116118
# Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
117119
enforce_admins: true
118120
# Prevent merge commits from being pushed to matching branches

0 commit comments

Comments
 (0)