Uh oh!
There was an error while loading. Please reload this page.
Update list of authorized CI users - #3241
Conversation
Signed-off-by: Tim Moon <tmoon@nvidia.com>
Greptile SummaryThis PR adds a single GitHub username (
Confidence Score: 5/5Safe to merge — the only change is appending one username to an existing CI allowlist, with no modifications to workflow logic or secrets handling. A single || github.actor == 'YangFei1990' clause is added to an established allowlist of ~40 users. No job steps, secrets, conditions, or other behavior is affected; the risk surface is limited to granting one additional person the ability to trigger CI runs. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["/te-ci comment posted on PR"] --> B{Comment starts with '/te-ci'?}
B -- No --> Z[Workflow skipped]
B -- Yes --> C{github.actor in allowlist?}
C -- No --> Z
C -- Yes --> D[Authorization job\nblossom-ci AUTH]
D --> E[Vulnerability-scan job\nNVIDIA/blossom-action]
E --> F[Job-trigger\nblossom-ci START-CI-JOB]
Reviews (1): Last reviewed commit: "Update list of authorized CI users" | Re-trigger Greptile |
Uh oh!
There was an error while loading. Please reload this page.
CC @YangFei1990