Add support for committing with no-verify

This commit is contained in:
Becky Fulton 2023-04-18 12:12:29 +01:00
parent 2827897dcc
commit a9029b0f6a
5 changed files with 15 additions and 3 deletions

View file

@ -71,6 +71,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
skip-hooks:
description: 'Skip hooks when committing changes'
default: false
outputs:
pull-request-number:
description: 'The pull request number'