chore(backport): update backport PR title (#4686)

Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
This commit is contained in:
Sergio Garcia
2024-08-07 10:59:47 -04:00
committed by GitHub
parent 2c5f2e9f5c
commit 3d39eb7db6
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,6 @@
], ],
"copySourcePRLabels": false, "copySourcePRLabels": false,
"copySourcePRReviewers": true, "copySourcePRReviewers": true,
"prTitle": "chore(backport): {{commitMessages}} backport for {{targetBranch}}", "prTitle": "{{sourcePullRequest.title}}",
"commitConflicts": true "commitConflicts": true
} }

View File

@@ -31,6 +31,7 @@ jobs:
docs/** docs/**
permissions/** permissions/**
mkdocs.yml mkdocs.yml
.backportrc.json
- name: Install poetry - name: Install poetry
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true' if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: | run: |