Skip to content

Releases: fjogeleit/yaml-update-action

PR Description and no max length

15 Jun 14:06
9c2a844
Compare
Choose a tag to compare
  • 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

12 Jun 06:14
4619435
Compare
Choose a tag to compare
  • Dependency Update
  • New TestCase for multiple file updates
  • Fix test

Custom Title and Labels

20 Apr 14:15
36b643f
Compare
Choose a tag to compare

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

02 Apr 10:48
c3451ad
Compare
Choose a tag to compare
  • New Property "updateFile" to update the actual file within the workflow.
  • Change required: true to required: false for properties with default values.

Update dependencies

06 Jan 16:41
Compare
Choose a tag to compare

Update js-yaml to v4.0.0

Optional Git Commit

28 Nov 10:36
a771a09
Compare
Choose a tag to compare
  • 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

15 Nov 13:42
Compare
Choose a tag to compare

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