Skip to content

Commit

Permalink
Release github-actions/required-review (#27147)
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex authored and matticbot committed Oct 28, 2022
1 parent fab4147 commit 66b8263
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [3.0.1] - 2022-10-28
### Added
- Add optional input which fails review required status checks instead of leaving them pending.
- 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.
- 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
- Ignore reviews with state "COMMENTED" when determining whether a reviewer has approved or not [#26249]

## [3.0.0] - 2022-07-06
### Changed
Expand Down Expand Up @@ -63,7 +60,7 @@ This is an alpha version! The changes listed here are not final.

- Initial release

[3.0.1-alpha]: https://github.com/Automattic/action-required-review/compare/v3.0.0...v3.0.1-alpha
[3.0.1]: https://github.com/Automattic/action-required-review/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Automattic/action-required-review/compare/v2.2.2...v3.0.0
[2.2.2]: https://github.com/Automattic/action-required-review/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/Automattic/action-required-review/compare/v2.2.0...v2.2.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "required-review",
"version": "3.0.1-alpha",
"version": "3.0.1",
"description": "Check that a Pull Request has reviews from required teams.",
"main": "index.js",
"author": "Automattic",
Expand Down

0 comments on commit 66b8263

Please sign in to comment.