From 2db6d7fe49d55938f798770703eb6951a3bb6e68 Mon Sep 17 00:00:00 2001 From: Aiden Grossman 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", ] )