We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5f2e9 commit 3d39eb7Copy full SHA for 3d39eb7
.backportrc.json
@@ -9,6 +9,6 @@
9
],
10
"copySourcePRLabels": false,
11
"copySourcePRReviewers": true,
12
- "prTitle": "chore(backport): {{commitMessages}} backport for {{targetBranch}}",
+ "prTitle": "{{sourcePullRequest.title}}",
13
"commitConflicts": true
14
}
.github/workflows/pull-request.yml
@@ -31,6 +31,7 @@ jobs:
31
docs/**
32
permissions/**
33
mkdocs.yml
34
+ .backportrc.json
35
- name: Install poetry
36
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
37
run: |
0 commit comments