Overview
This release introduces a new input option called checks
(thanks to @Ugzuzg! 🎉). The checks
feature has been a long sought after feature of this Action to give teams better control over what CI checks have to be passing in order for a deployment to proceed. This feature was originally requested way back in 2022 and it has finally landed!
The detailed documentation around the checks
input can be found here.
TL;DR: A new input option called checks
allows for teams to choose whether they want all CI checks to pass before a deployment can proceed or if only the explicitly required CI checks need to be passing.
What's Changed
- Add checks mode input by @Ugzuzg in #241
- Bump the npm_and_yarn group across 1 directories with 1 update by @dependabot in #242
- node package updates by @GrantBirki in #243
- Checks input docs by @GrantBirki in #244
New Contributors
Full Changelog: v9...v9.1.0