From 73f805a90b87d52e1df290b6ed1d59add1ec2928 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Wed, 1 Jun 2022 16:57:28 -0400 Subject: [PATCH] Opt out of allstar binary check (#1404) --- .allstar/binary_artifacts.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .allstar/binary_artifacts.yaml diff --git a/.allstar/binary_artifacts.yaml b/.allstar/binary_artifacts.yaml new file mode 100644 index 000000000..a39b9118f --- /dev/null +++ b/.allstar/binary_artifacts.yaml @@ -0,0 +1,4 @@ +# Exemption reason: This repo uses binary artifacts for integration tests. +# Exemption timeframe: permanent/temporary +optConfig: + optOut: true