Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Releases: teamniteo/reviewapps-deploy-status

Review App name is available for other steps

28 Mar 15:07
Compare
Choose a tag to compare
v1.4.0

Update version to 1.4.0 for the new release.

Review App URL available for other steps in workflow

13 Feb 13:06
Compare
Choose a tag to compare
  • Review App URL is available for other steps using: steps.<action_id>.outputs.review_app_url

Retry response check

18 Nov 08:19
Compare
Choose a tag to compare
  • Retry response check in every interval seconds.
  • New optional input publish_timeout which defaults to 120 seconds.
  • Not getting the expected response within publish_timeout seconds, response check will raise TimeoutError.

More control over the checks

12 Nov 05:14
Compare
Choose a tag to compare
  • Option to choose the checks that needs to be performed.
  • Option to define delays for the build and application load stages.
  • Plus some code improvements and docs update.

Add wait-for-deployments feature

28 Sep 11:07
f85d33f
Compare
Choose a tag to compare
  • Action will now retry until the deployments_timeout seconds (default is 300) to fetch deployments.

Updated Docs

26 Sep 03:53
3796025
Compare
Choose a tag to compare
v1.0.1

Add badges and action name in the example

First Version

25 Sep 14:33
d1a66b3
Compare
Choose a tag to compare
  • Needs to be triggered with Pull Request.
  • Uses pull_request event payload and GitHub Deployment API.