[llvm] [CI] Add dyung and c-rhodes to the Release Asset List (PR #162478)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 8 06:11:07 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/162478.diff
1 Files Affected:
- (modified) .github/workflows/release-asset-audit.py (+2)
``````````diff
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",
]
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/162478
More information about the llvm-commits
mailing list