Add ci-skip-homepage label.

This commit is contained in:
Markus Reiter
2024-01-06 11:44:16 +01:00
committed by GitHub
parent e3f4dad7bb
commit c6fbf1ff71
+5 -1
View File
@@ -144,8 +144,12 @@ module CiMatrix
audit_exceptions = []
if labels.include?("ci-skip-homepage")
audit_exceptions << %w[homepage_https_availability]
end
if labels.include?("ci-skip-livecheck")
audit_exceptions << %w[hosting_with_livecheck https_availability
audit_exceptions << %w[hosting_with_livecheck livecheck_https_availability
livecheck_min_os livecheck_version]
end