add maintainer-can-modify input

This commit is contained in:
Peter Evans 2024-08-16 15:44:34 +01:00
parent b793f780d4
commit 5294a5ed9d
6 changed files with 33 additions and 8 deletions

View file

@ -77,6 +77,9 @@ inputs:
draft:
description: 'Create a draft pull request. It is not possible to change draft status after creation except through the web interface'
default: false
maintainer-can-modify:
description: 'Indicates whether maintainers can modify the pull request.'
default: true
outputs:
pull-request-number:
description: 'The pull request number'