Skip to content

Releases: MorrisonCole/pr-lint-action

v1.7.1

19 Feb 23:46
51f3cfa
Compare
Choose a tag to compare

What's Changed

  • Upgrade Node from 16 -> 20 (by @sirLisko in #735, thanks! 🙏 )

New Contributors

Full Changelog: v1.7.0...v.1.7.1

v1.7.0

17 Sep 06:06
Compare
Choose a tag to compare
  • Fixes #389: once the bot has commented once, it will now update that comment rather than creating new ones.
  • Fixes #333: removed trailing period from the end of the default error message.

v1.6.1

25 Feb 11:24
Compare
Choose a tag to compare
  • Fixes #266: the success comment will now be created once the PR Lint succeeds, even when on-failed-regex-create-review is set to false. Thank you @talboren for reporting, debugging, and fixing this! 💪

v1.6.0

05 Feb 00:34
f40f817
Compare
Choose a tag to compare
  • 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

11 Sep 03:36
Compare
Choose a tag to compare

Internal refactoring only:

  • Migrate to Yarn 2.
  • Upgrade dependencies.

v1.5.0

19 Nov 01:36
Compare
Choose a tag to compare
  • 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

17 Nov 06:24
Compare
Choose a tag to compare

v1.4.1

22 Oct 23:43
Compare
Choose a tag to compare

v1.4.0

07 Oct 09:03
Compare
Choose a tag to compare
  • 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

16 Sep 00:48
c8c20f6
Compare
Choose a tag to compare
  • 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 🙏.