Releases: fjogeleit/yaml-update-action
Releases · fjogeleit/yaml-update-action
PR Description and no max length
- Implement new "description" input as optional text for the created PR
- Add option lineWith: -1 to js-yaml - this disables the default max length configuration.
Dependency Update
- Dependency Update
- New TestCase for multiple file updates
- Fix test
Custom Title and Labels
Fixes #130
Implement new Option "title", used as pull request title, fallback is the old behavior "Merge: {{commitMessage}}"
Implement new Option "labels", comma separated list of labels, default is the old behavior/label: "yaml-update"
Implement updateFile Property
- New Property "updateFile" to update the actual file within the workflow.
- Change required: true to required: false for properties with default values.
Update dependencies
Update js-yaml to v4.0.0
Optional Git Commit
- new Input Argument "commitChange" to configure if you want to commit and push your change into git. Default is set to "true"
- add default arguments to git related input arguments to make them optional to configure if commitChange is set to "false"
First Release
Update YAML Files inside of your GitHubAction with dynamic values and push it to an existing branch or create a new one. You can also create a pull request to any target branch