From 394451f623c7beeef1938620480b149bf651d8e1 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Tue, 20 Feb 2024 14:22:47 +1100 Subject: [PATCH] cmd/lib/ci_matrix: add token skip label --- cmd/lib/ci_matrix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/lib/ci_matrix.rb b/cmd/lib/ci_matrix.rb index 4e9c086e4a..f049764579 100644 --- a/cmd/lib/ci_matrix.rb +++ b/cmd/lib/ci_matrix.rb @@ -159,6 +159,8 @@ module CiMatrix bitbucket_repository] end + audit_exceptions << %w[token_conflicts token_valid token_bad_words] if labels.include?("ci-skip-token") + audit_args << "--except" << audit_exceptions.join(",") if audit_exceptions.any? cask_content = path.read