This repository was archived by the owner on Nov 19, 2025. It is now read-only.
[pre-commit.ci] pre-commit suggestions #2063
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/[email protected] | ||
|
Check failure on line 26 in .github/workflows/semantic-pull-request.yml
|
||