[llvm] [Release] Add keith to valid archive uploaders (PR #106018)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 25 15:37:14 PDT 2024
https://github.com/keith created https://github.com/llvm/llvm-project/pull/106018
I am interested in helping contribute macOS binaries since we're generally sporadic with uploading these.
Fixes https://github.com/llvm/llvm-project/issues/106016
>From bb6a9572f384a30c0cbdc4865c763968b90beefc Mon Sep 17 00:00:00 2001
From: Keith Smiley <keithbsmiley at gmail.com>
Date: Sun, 25 Aug 2024 15:35:38 -0700
Subject: [PATCH] [Release] Add keith to valid archive uploaders
I am interested in helping contribute macOS binaries since we're
generally sporadic with uploading these.
Fixes https://github.com/llvm/llvm-project/issues/106016
---
.github/workflows/release-asset-audit.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/release-asset-audit.py b/.github/workflows/release-asset-audit.py
index 355e7fee1dae01..ed4357526ec584 100644
--- a/.github/workflows/release-asset-audit.py
+++ b/.github/workflows/release-asset-audit.py
@@ -28,6 +28,7 @@ def main():
"maryammo",
"tstellar",
"github-actions[bot]",
+ "keith",
]
)
More information about the llvm-commits
mailing list