Add the NVSkills CI workflow#6374
Conversation
|
/nvskills-ci |
|
| Filename | Overview |
|---|---|
| .github/workflows/request-nvskills-ci.yml | New workflow adding NVSkills CI integration; triggers and conditional logic look correct, permissions follow least-privilege, and secret forwarding is standard. |
Sequence Diagram
sequenceDiagram
participant User
participant Bot as nv-skills-ci[bot]
participant GH as GitHub Actions
participant RW as NVIDIA/skills team-request.yml
User->>GH: Comment /nvskills-ci on PR
GH->>GH: issue_comment trigger (check: is PR comment, starts with /nvskills-ci)
GH->>RW: "uses: team-request.yml@main, secrets: NVSKILLS_CI_DISPATCH_TOKEN"
Bot->>GH: "Push commit (actor == NVSKILLS_SIGNATURE_PUSH_ACTOR)"
GH->>GH: push trigger (check: actor match, commit title match)
GH->>RW: "uses: team-request.yml@main, secrets: NVSKILLS_CI_DISPATCH_TOKEN"
Reviews (4): Last reviewed commit: "Add NVSkills CI workflow" | Re-trigger Greptile
|
/nvskills-ci |
b2d0b97 to
bdbe556
Compare
Signed-off-by: Rostan Tabet <rtabet@nvidia.com>
bdbe556 to
392a069
Compare
Category:
Other (e.g. Documentation, Tests, Configuration)
Description:
Add the NVSkills CI workflow to request skill validation.
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A