Added new users to CI - #2756
Merged
Merged
Conversation
Signed-off-by: Przemek Tredak <ptredak@nvidia.com>
Contributor
Greptile SummaryThis PR adds two new GitHub users —
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User as GitHub User
participant GH as GitHub Actions
participant Auth as Authorization Job
participant VS as Vulnerability-scan Job
participant JT as Job-trigger Job
User->>GH: Comment starting with `/te-ci`
GH->>Auth: Trigger on issue_comment (created)
Auth->>Auth: Check github.actor in allowlist<br/>(now includes cspades, jomitchellnv)
alt Actor is authorized
Auth->>Auth: Run blossom-ci (AUTH)
Auth->>VS: Pass args output
VS->>VS: Checkout code & run blossom-action
VS->>JT: Trigger after Vulnerability-scan
JT->>JT: Run blossom-ci (START-CI-JOB)
else Actor is NOT authorized
Auth-->>GH: Condition fails, workflow skipped
end
Last reviewed commit: ba8cedb |
Signed-off-by: Przemek Tredak <ptredak@nvidia.com>
cspades
approved these changes
Mar 12, 2026
vthumbe1503
pushed a commit
to ksivaman/TransformerEngine-1
that referenced
this pull request
Apr 1, 2026
* Added new people to CI Signed-off-by: Przemek Tredak <ptredak@nvidia.com> * Removing duplicate Signed-off-by: Przemek Tredak <ptredak@nvidia.com> --------- Signed-off-by: Przemek Tredak <ptredak@nvidia.com> Signed-off-by: Varun Thumbe <vthumbe@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added @pstjohn @cspades @jomitchellnv to CI trigger.
Type of change
Changes
Please list the changes introduced in this PR:
Checklist: