diff --git a/.backportrc.json b/.backportrc.json new file mode 100644 index 00000000000..9fa94bfea98 --- /dev/null +++ b/.backportrc.json @@ -0,0 +1,4 @@ +{ + "prTitle": "[{{targetBranch}}] {{sourcePullRequest.title}}", + "copySourcePRLabels": true +} diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 2f624ff521e..53e8d7d6acf 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -18,7 +18,7 @@ jobs: ) steps: - name: Backport Action - uses: sqren/backport-github-action@v8.9.3 + uses: sqren/backport-github-action@v9.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} auto_backport_label_prefix: backport-