Skip to content

Releases: Bowery-RES/action-required-review

3.0.2

23 May 19:50
Compare
Choose a tag to compare

3.0.2 - 2023-02-07

Changed

  • Minor internal updates.

3.0.1

23 May 18:52
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]

3.0.0

23 May 18:26
601dc5e
Compare
Choose a tag to compare

3.0.0 - 2022-07-06

Changed

  • Reorder JS imports for import/order eslint rule. [#24601]
  • The token parameter was effectively required, as the default GITHUB_TOKEN lacks the ability to read team membership. The parameter is now explicitly required. [#23995]
  • Updated package dependencies. [#24045, #24573]
  • Use the node16 runner instead of the deprecated node12 runner. [#23389]

Fixed

  • Fix handling of re-reviews, only look at the latest review per user. [#24000]

Updated action metadata to describe skipOnLabel parameter

07 Apr 12:44
e78a12e
Compare
Choose a tag to compare
Merge pull request #2 from Bowery-RES/feature/updating-action-metadata

Updated action metadata to describe `skipOnLabel` parameter

Added support of two-of requirement, added support of labels to skip check

07 Apr 11:18
d0b7519
Compare
Choose a tag to compare

Improved Automattic/action-required-review to support two-of requirement, which allows requiring at least two teams to review.
Added an ability to specify labels that would allow skipping the check.