Make commits field non-required since we don't populate it for manual cherrypicks. (#1675)
This commit is contained in:
parent
da9502ce84
commit
eab3697660
|
@ -9,7 +9,6 @@ on:
|
||||||
required: true
|
required: true
|
||||||
commits:
|
commits:
|
||||||
description: Comma separated list of commit shas to cherrypick
|
description: Comma separated list of commit shas to cherrypick
|
||||||
required: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prepare-release-branch:
|
prepare-release-branch:
|
||||||
|
|
Loading…
Reference in New Issue