Make commits field non-required since we don't populate it for manual cherrypicks. (#1675)

This commit is contained in:
Anuraag Agrawal 2020-11-18 20:22:22 +09:00 committed by GitHub
parent da9502ce84
commit eab3697660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ on:
required: true
commits:
description: Comma separated list of commit shas to cherrypick
required: true
jobs:
prepare-release-branch: