mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-02 07:33:47 +00:00
feat(issue-77): handle multiple target branches (#78)
fix: https://github.com/kiegroup/git-backporting/issues/77 This enhancement allow users to backport the same change to multiple branches with one single tool invocation
This commit is contained in:
parent
c19a56a9ad
commit
5fc72e127b
25 changed files with 1774 additions and 234 deletions
|
@ -5,7 +5,7 @@ inputs:
|
|||
description: "URL of the pull request to backport, e.g., https://github.com/kiegroup/git-backporting/pull/1"
|
||||
required: false
|
||||
target-branch:
|
||||
description: "Branch where the pull request must be backported to"
|
||||
description: "Comma separated list of branches where the pull request must be backported to"
|
||||
required: false
|
||||
config-file:
|
||||
description: "Path to a file containing the json configuration for this tool, the object must match the Args interface"
|
||||
|
@ -36,7 +36,7 @@ inputs:
|
|||
description: "Backporting PR body. Default is the original PR body"
|
||||
required: false
|
||||
bp-branch-name:
|
||||
description: "Backporting PR branch name. Default is auto-generated from commit"
|
||||
description: "Comma separated list of backporting PR branch names. Default is auto-generated from commit and target branches"
|
||||
required: false
|
||||
reviewers:
|
||||
description: "Comma separated list of reviewers for the backporting pull request"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue