Skip to content

Control auto-merging of deployments

Compare
Choose a tag to compare
@chrnorm chrnorm released this 04 Nov 04:18
· 21 commits to releases/v1 since this release

This release adds a new input parameter, auto_merge, to the action. When set to "true", the action will attempt to auto-merge the default branch into the ref that the action is being ran on, as per the GitHub deployments documentation.

By default, auto_merge is set to false, which prevents GitHub attempting to auto-merge the default branch.

This should fix the intermittent deployment issues in #1 (thanks to @tiferrei for discovering the issue)