Add amd-power-gadget to GITHUB_PRERELEASE_ALLOWLIST.

This commit is contained in:
Markus Reiter 2020-09-05 05:50:14 +02:00
parent 5f7c814593
commit 94a2da5297

View File

@ -28,13 +28,14 @@ module SharedAudits
end end
GITHUB_PRERELEASE_ALLOWLIST = { GITHUB_PRERELEASE_ALLOWLIST = {
"cbmc" => "5.12.6", "amd-power-gadget" => :all,
"elm-format" => "0.8.3", "cbmc" => "5.12.6",
"gitless" => "0.8.8", "elm-format" => "0.8.3",
"infrakit" => "0.5", "gitless" => "0.8.8",
"riff" => "0.5.0", "infrakit" => "0.5",
"telegram-cli" => "1.3.1", "riff" => "0.5.0",
"volta" => "0.8.6", "telegram-cli" => "1.3.1",
"volta" => "0.8.6",
}.freeze }.freeze
def github_release(user, repo, tag, formula: nil, cask: nil) def github_release(user, repo, tag, formula: nil, cask: nil)