ci: add agentic CI plan, health probe workflow, and recipe scaffold #4578
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
| name: Validate PR title | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| - reopened | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| - reopened | |
| defaults: | |
| run: | |
| shell: bash -x -e -u -o pipefail {0} | |
| permissions: | |
| pull-requests: read | |
| jobs: | |
| semantic-pull-request: | |
| uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_semantic_pull_request.yml@v0.65.12 |