Implement action.

This commit is contained in:
Miles Johnson 2023-04-15 16:57:29 -07:00
parent 64b680ddd8
commit c3ef13296b
6 changed files with 192 additions and 175 deletions

View file

@ -1,28 +1,3 @@
# 1.5.0
- Support moon v1.
- Support `PROTO` env vars.
# 1.4.0
- Support moon v0.24 comparison estimate changes.
# 1.3.0
- Support new remote caching status.
- Use human readable status labels.
# 1.2.0
- Added `limit` input setting, that limits the number of actions in the table. Overflow actions will
be displayed in an expandable section.
- Fixed some issues around duration calculation.
# 1.1.0
- Added total time, projected time, and estimated savings/loss information. Requires moon >= 0.15.
- Added `slow-threshold` input setting.
# 1.0.0
# Unreleased
- Initial release.