We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dccaec commit 1efa247Copy full SHA for 1efa247
.github/workflows/cherry-pick-release-commit.yml
@@ -7,7 +7,9 @@ on:
7
8
jobs:
9
cherry-pick:
10
- uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cherry_pick.yml@v0.22.7
+ uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cherry_pick.yml@v0.42.0
11
+ with:
12
+ target-branches-pattern: 'r[0-9]+\.[0-9]+\.[0-9]+|ray-api'
13
secrets:
14
PAT: ${{ secrets.PAT }}
15
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}
0 commit comments