Skip to content

Commit 6009258

Browse files
authored
Enforce RTC (#320)
This is an implementation of the [PMC vote in `dev@logging`](https://lists.apache.org/thread/8ffdw1zqrvwrsdr0ng0m2rgtdnpzg4hk). I didn't add any required checks, since: - Any test can fail because of a problem in `logging-log4j2`, not this repo. - I don't really know which checks should be added.
1 parent 768c282 commit 6009258

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.asf.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,10 @@ github:
4747
# Prevent force pushes to primary branches
4848
protected_branches:
4949
main:
50+
# All commits must be signed
5051
required_signatures: true
52+
# All reviews must be addressed before merging
53+
required_conversation_resolution: true
54+
# At least one positive review must be present
55+
required_pull_request_reviews:
56+
required_approving_review_count: 1

0 commit comments

Comments
 (0)