Notify QA Wolf on Deploy
Version updated for https://github.com/qawolf/notify-qawolf-on-deploy-action to version v1.2.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of notifying QA Wolf about deployments, including preview deployments, and optionally triggers test runs based on defined triggers. It streamlines communication with QA Wolf by adding comments to pull requests for manual test initiation in preview environments and automatically initiating runs for standard deployments. This action helps developers ensure timely and efficient testing of deployed environments.
Release notes
v1.2.1
- Allow
ephemeral-environmentas a valid input param
v1.2.0
- Don’t guess a recent PR number based on SHA for non-PR events
v1.1.5
- Allow
pull-request-numberas a valid input param
v1.1.4
- Fix a problem where the
shapassed in viamerge_groupevents was wrong, causing commit checks to never complete
v1.1.3
- Update README.md to include
deployment_typeexamples
v1.1.2
- Correct code sample in README where
GITHUB_TOKENis being passed as asecretsinstead of anenv
v1.1.1
- Improve logging to facilitate debugging
v1.1.0
- Expose an
eventIdon errors - Output the
environmentIdonattemptNotifyDeploy
v1.0.4
- Extract information from Github Event and send it to
attemptNotifyDeploy
v1.0.3
- Add
qawolf-base-urloptional input
v1.0.2
- Fix action name on documentation
v1.0.1
- Fix build problem and add branding
v1.0.0
- Initial version