mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-21 14:08:19 +02:00
feat(issue-32): override reviewers and assignees
This commit is contained in:
parent
ee692c3db4
commit
0d369dd612
18 changed files with 499 additions and 44 deletions
10
action.yml
10
action.yml
|
@ -35,6 +35,16 @@ inputs:
|
|||
bp-branch-name:
|
||||
description: "Backporting PR branch name. Default is auto-generated from commit."
|
||||
required: false
|
||||
reviewers:
|
||||
description: "Comma separated list of reviewers for the backporting pull request."
|
||||
required: false
|
||||
assignees:
|
||||
description: "Comma separated list of reviewers for the backporting pull request."
|
||||
required: false
|
||||
inherith-reviewers:
|
||||
description: "If enabled and reviewers option is empty then inherit them from original pull request."
|
||||
required: false
|
||||
default: "true"
|
||||
|
||||
runs:
|
||||
using: node16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue