mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
ci_matrix: fix repository audit skipping (#141781)
This commit is contained in:
@@ -113,7 +113,10 @@ module CiMatrix
|
||||
audit_args << "--new-cask" if changed_files[:added_files].include?(path)
|
||||
|
||||
audit_exceptions = []
|
||||
audit_exceptions << "repository" if labels.include?("ci-skip-repository")
|
||||
if labels.include?("ci-skip-repository")
|
||||
audit_exceptions << ["github_repository", "gitlab_repository",
|
||||
"bitbucket_repository"]
|
||||
end
|
||||
|
||||
# TODO: Replace with `except`.
|
||||
audit_args << if labels.include?("ci-skip-appcast")
|
||||
|
||||
Reference in New Issue
Block a user