Skip to content

Releases: Automattic/action-required-review

4.0.1

29 Aug 19:02
Compare
Choose a tag to compare

4.0.1 - 2024-08-29

Changed

  • Updated package dependencies. [#36757]

Fixed

  • Don't request review from the PR author. [#37653]

4.0.0

07 Feb 20:38
Compare
Choose a tag to compare

4.0.0 - 2024-02-07

Added

  • Added support for GitHub Enterprise by replacing github.com with a dynamic variable [#32974]

Changed

  • Updated package dependencies. [#33650]
  • Use the node20 runner instead of the deprecated node16 runner. [#35262]

3.1.0

06 Jul 19:05
Compare
Choose a tag to compare

3.1.0 - 2023-07-06

Added

  • Added consume option for requirements. [#29317]
  • Option to request review if requirement is not satisfied. [#30653]

Changed

  • Updated package dependencies. [#29855]

Fixed

  • Don't fail on case mismatch for @singleuser pseudo-teams. [#29322]

3.0.2

07 Feb 23:07
Compare
Choose a tag to compare

3.0.2 - 2023-02-07

Changed

  • Minor internal updates.

3.0.1

28 Oct 14:42
Compare
Choose a tag to compare

3.0.1 - 2022-10-28

Added

  • Add optional input which fails review required status checks instead of leaving them pending. [#25091]
  • Tooling: enable automatic GitHub releases when a new version of the action is tagged, so the new version can be made available in the GitHub Actions marketplace. [#25935]

Changed

  • Updated package dependencies.

Fixed

  • Ignore reviews with state "COMMENTED" when determining whether a reviewer has approved or not [#26249]

2.2.2: initial release for the GitHub marketplace

v2.0.0

03 Feb 21:40
Compare
Choose a tag to compare

Rewritten to not be specific to Automattic, and to allow for multiple teams and different review requirements based on the paths modified in the PR.

The Original

27 Jan 17:12
cc753b4
Compare
Choose a tag to compare

v1 only works for the automattic organization.