v6.1.0
This release introduces a new input option from @szymonpk's suggestion #163.
This input option is called draft_permitted_targets
and allows for users to designate certain environments that can be deployed to via a pull request in a "draft" state. By default, no environments can be deployed to from draft PRs but this option may be configured if you or your organization has a special use case where you would like to deploy a draft pull request.
More details about this change can be found here -> #166
What's Changed
- Draft Permitted Targets by @GrantBirki in #166
- Node Dependencies by @GrantBirki in #167
Full Changelog: v6.0.1...v6.1.0