- expand README with new configuration options

- expand action.yml with new input param
This commit is contained in:
Mike Penz
2022-04-08 12:13:22 +02:00
parent 1e867df2de
commit d0b0f4a6b9
2 changed files with 19 additions and 14 deletions
+3
View File
@@ -26,6 +26,9 @@ inputs:
failOnError:
description: 'Defines if the action should result in a build failure, if an error was discovered'
default: "false"
fetchReviewers:
description: 'Will enable fetching the users/reviewers who approved the PR'
default: "false"
commitMode:
description: 'Enables a `light` commit based mode. This mode generates changelogs based on the commits. Please note that this is not officially supported, and lacks a lot of features only possible with PRs.'
default: "false"