Add support for signed commits

This commit is contained in:
rustyclock 2024-07-19 10:31:08 +09:00
parent a7dcd19d46
commit a8ea6b6d63
No known key found for this signature in database
GPG key ID: F17DE04FE5DEA261
8 changed files with 27419 additions and 2211 deletions

View file

@ -74,6 +74,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
sign-commit:
description: 'Sign the commit as github-actions bot (and as custom app if a different github-token is provided)'
default: false
outputs:
pull-request-number:
description: 'The pull request number'