We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eee527 + 0ddc15c commit 71c9f23Copy full SHA for 71c9f23
.github/workflows/backport.yml
@@ -14,7 +14,8 @@ jobs:
14
backport:
15
name: Backport pull request
16
if: ${{ github.repository_owner == 'nvidia' &&
17
- github.event.pull_request.merged == true
+ github.event.pull_request.merged == true &&
18
+ contains( github.event.pull_request.labels.*.name, 'to-be-backported')
19
}}
20
runs-on: ubuntu-latest
21
steps:
@@ -32,6 +33,4 @@ jobs:
32
33
copy_assignees: true
34
copy_labels_pattern: true
35
copy_requested_reviewers: true
- label_pattern: to-be-backported
36
target_branches: ${{ env.OLD_BRANCH }}
37
- conflict_resolution: draft_commit_conflicts
0 commit comments