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
GITHUB_PRERELEASE_ALLOWLIST = {
"cbmc" => "5.12.6",
"elm-format" => "0.8.3",
"gitless" => "0.8.8",
"infrakit" => "0.5",
"riff" => "0.5.0",
"telegram-cli" => "1.3.1",
"volta" => "0.8.6",
"amd-power-gadget" => :all,
"cbmc" => "5.12.6",
"elm-format" => "0.8.3",
"gitless" => "0.8.8",
"infrakit" => "0.5",
"riff" => "0.5.0",
"telegram-cli" => "1.3.1",
"volta" => "0.8.6",
}.freeze
def github_release(user, repo, tag, formula: nil, cask: nil)