This is an automated email from the ASF dual-hosted git repository. quinnj pushed a commit to branch jq/remove_require_approval_on_prs in repository https://gitbox.apache.org/repos/asf/arrow-julia.git
commit 5be62f38730934fd8ff92e128f654668bfa5202f Author: Jacob Quinn <[email protected]> AuthorDate: Mon Oct 10 08:28:59 2022 -0600 Remove requirement to have 1 approval on PRs 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
