mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
chore(backport): update backport PR title (#4686)
Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
1
.github/workflows/pull-request.yml
vendored
1
.github/workflows/pull-request.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user