Skip to content

Conversation

boomanaiden154
Copy link
Contributor

@boomanaiden154 boomanaiden154 commented Oct 8, 2025

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).

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.
@llvmbot
Copy link
Member

llvmbot commented Oct 8, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

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 --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",
             ]
         )
 

@boomanaiden154 boomanaiden154 merged commit 348ffe8 into llvm:main Oct 8, 2025
14 checks passed
@boomanaiden154 boomanaiden154 deleted the release-asset-audit-dyung-rhodes branch October 8, 2025 15:07
@boomanaiden154 boomanaiden154 added this to the LLVM 21.x Release milestone Oct 8, 2025
@github-project-automation github-project-automation bot moved this to Needs Triage in LLVM Release Status Oct 8, 2025
@boomanaiden154
Copy link
Contributor Author

/cherry-pick 348ffe8

@llvmbot
Copy link
Member

llvmbot commented Oct 8, 2025

/pull-request #162497

@llvmbot llvmbot moved this from Needs Triage to Done in LLVM Release Status Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Release Asset Audit Failed
3 participants