From 0ecb2fc6d33d987e02ceeaa88a4de4dbc6e4ef4c Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 8 Oct 2025 08:07:34 -0700 Subject: [PATCH] [CI] Add dyung and c-rhodes to the Release Asset List (#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. Fixes #162463 (maybe after backport). (cherry picked from commit 348ffe8276c2fa0ea2f3df7ca449f4b2b49ec68b) --- .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", ] )