Clean up internal column logic in _run_classifier_helper
function (…
#1
This file contains 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: Create PR to main with cherry-pick from release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
cherry-pick: | |
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_cherry_pick.yml@v0.12.0 | |
secrets: | |
PAT: ${{ secrets.PAT }} | |
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }} | |
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |