convert to draft on branch updates when there is a diff with base

This commit is contained in:
Peter Evans
2024-08-18 22:37:10 +00:00
parent c64379e4f4
commit 8f92797560
6 changed files with 44 additions and 41 deletions

View File

@ -75,7 +75,9 @@ inputs:
milestone:
description: 'The number of the milestone to associate the pull request with.'
draft:
description: 'Create a draft pull request. It is not possible to change draft status after creation except through the web interface'
description: >
Create a draft pull request.
Valid values are `true` (only on create), `always-true` (on create and update), and `false`.
default: false
maintainer-can-modify:
description: 'Indicates whether maintainers can modify the pull request.'