cmd/lib/ci_matrix: add token skip label

This commit is contained in:
Bevan Kay
2024-02-20 14:22:47 +11:00
parent dce2486e86
commit 394451f623
+2
View File
@@ -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