This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git
The following commit(s) were added to refs/heads/main by this push:
new fedf1eb Remove requirement to have 1 approval on PRs (#343)
fedf1eb is described below
commit fedf1eb6720f79d2d65e9737aa5ca40f6fcd8035
Author: Jacob Quinn <[email protected]>
AuthorDate: Mon Oct 10 13:53:07 2022 -0600
Remove requirement to have 1 approval on PRs (#343)
See discussion
[here](https://github.com/apache/arrow-julia/issues/342#issuecomment-1272411069).
---
.asf.yaml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 20f03a5..736c6f8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,6 +38,3 @@ github:
protected_branches:
main:
required_linear_history: true
- required_pull_request_reviews:
- dismiss_stale_reviews: true
- required_approving_review_count: 1