[llvm] [CI] Add dyung and c-rhodes to the Release Asset List (PR #162478)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 8 06:10:30 PDT 2025


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/162478

We have a list of people authorized to create release assets to prevent someone adding a release asset to a release without someone getting alerted. Add dyung and c-rhodes now that they are also release managers.

>From 2db6d7fe49d55938f798770703eb6951a3bb6e68 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 8 Oct 2025 13:08:12 +0000
Subject: [PATCH] [CI] Add dyung and c-rhodes to the Release Asset List

We have a list of people authorized to create release assets to prevent
someone adding a release asset to a release without someone getting
alerted. Add dyung and c-rhodes now that they are also release
managers.
---
 .github/workflows/release-asset-audit.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/release-asset-audit.py b/.github/workflows/release-asset-audit.py
index 23b901a476dc0..0cff6c695921f 100644
--- a/.github/workflows/release-asset-audit.py
+++ b/.github/workflows/release-asset-audit.py
@@ -54,6 +54,8 @@ def _get_uploaders(release_version):
                 "tru",
                 "tstellar",
                 "github-actions[bot]",
+                "c-rhodes",
+                "dyung",
             ]
         )
 



More information about the llvm-commits mailing list