This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git
The following commit(s) were added to refs/heads/main by this push:
new d9e6519 Temp allow merging own PRs (#223)
d9e6519 is described below
commit d9e6519e4b28975d92abf158ee4ab38d7ab01d64
Author: Chris Bono <[email protected]>
AuthorDate: Wed Jun 11 01:17:49 2025 -0500
Temp allow merging own PRs (#223)
This temporarily allows code owners to merge their own PRs as this is
needed while the team is out on PTO and we have a release about to take place.
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index e0405c9..de12fbd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -51,7 +51,7 @@ github:
required_pull_request_reviews:
dismiss_stale_reviews: false
- require_code_owner_reviews: true
+ require_code_owner_reviews: false
required_approving_review_count: 1
# squash or rebase must be allowed in the repo for this setting to be
set to true.