Skip to content

Commit 3d39eb7

Browse files
chore(backport): update backport PR title (#4686)
Co-authored-by: Pepe Fagoaga <[email protected]>
1 parent 2c5f2e9 commit 3d39eb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.backportrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
],
1010
"copySourcePRLabels": false,
1111
"copySourcePRReviewers": true,
12-
"prTitle": "chore(backport): {{commitMessages}} backport for {{targetBranch}}",
12+
"prTitle": "{{sourcePullRequest.title}}",
1313
"commitConflicts": true
1414
}

.github/workflows/pull-request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
docs/**
3232
permissions/**
3333
mkdocs.yml
34+
.backportrc.json
3435
- name: Install poetry
3536
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
3637
run: |

0 commit comments

Comments
 (0)