From 5211afd011c357c8738f14490e8708671e64493b Mon Sep 17 00:00:00 2001 From: bneradt Date: Thu, 17 Aug 2023 11:21:46 -0500 Subject: [PATCH] Make OSX and FreeBSD not required temporarily 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 c2405932134..51ae0472695 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