mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-06-30 06:33:47 +00:00
feat(issue-41): set and inherit labels (#48)
fix https://github.com/kiegroup/git-backporting/issues/41
This commit is contained in:
parent
f923f7f4c2
commit
fcc01673f4
28 changed files with 962 additions and 140 deletions
|
@ -48,6 +48,13 @@ inputs:
|
|||
description: "Considered only if reviewers is empty, if true keep reviewers as empty list, otherwise inherit from original pull request"
|
||||
required: false
|
||||
default: "false"
|
||||
labels:
|
||||
description: "Comma separated list of labels to be assigned to the backported pull request"
|
||||
required: false
|
||||
inherit-labels:
|
||||
description: "If true the backported pull request will inherit labels from the original one"
|
||||
required: false
|
||||
default: "false"
|
||||
|
||||
runs:
|
||||
using: node16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue