Releases: MorrisonCole/pr-lint-action
Releases · MorrisonCole/pr-lint-action
v1.7.1
v1.7.0
v1.6.1
v1.6.0
- Updated documentation to recommend running the action on PR synchronize events too, so that the checks won't go stale.
- Fixes #175: can now customize the success message when reviews are dismissed using on-succeeded-regex-dismiss-review-comment.
- Fixes #171: run action with Node 16.
- Upgrade dependencies.
v1.5.1
Internal refactoring only:
- Migrate to Yarn 2.
- Upgrade dependencies.
v1.5.0
- Reduces action run time from around 40 seconds to 1 second 🔥🚀. We now ship the packaged source with Vercel's ncc and run those directly rather than building on the fly with Docker.
v1.4.2
- Fixes #155. Thanks to @ui-valts-mazurs for reporting and fixing this one!
v1.4.1
v1.4.0
- Adds #119 (thanks @bryantbiggs! 🙏) the ability to configure whether changes are requested or not with
on-failed-regex-request-changes
. Existing behaviour is preserved. - Upgrades all dependencies.
v1.3.0
- Adds #111, the ability to specify whether to create a review and whether to fail the action on a regex mismatch independently with
on-failed-regex-fail-action
&on-failed-regex-create-review
. on-failed-regex-comment
is no longer a required input.
Note: existing behaviour from previous releases is preserved without
additional configuration 🙏.