This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 28d1d18c51 Make OSX and FreeBSD not required temporarily (#10237)
28d1d18c51 is described below
commit 28d1d18c5105537567c55ab751d054dda07309c8
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Aug 17 14:00:13 2023 -0500
Make OSX and FreeBSD not required temporarily (#10237)
We'll make these builds not required for now until connectivity to them
is restored.
---
.asf.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index c240593213..51ae047269 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -57,8 +57,9 @@ github:
- Fedora
- RAT
- Ubuntu
- - OSX
- - FreeBSD
+ # Add these back once connectivity to them is restored.
+ #- OSX
+ #- FreeBSD
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1