are-we-good
Version updated for https://github.com/lowlydba/are-we-good to version v1.0.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “are-we-good” GitHub Action aggregates the statuses of multiple jobs and matrices within a workflow into a single, unified pass/fail status check. It automates the evaluation of complex workflows by allowing configuration of skip, fail, and cancel conditions for specific jobs, ensuring streamlined branch protection and workflow monitoring. Key capabilities include generating a markdown summary of results and providing flexible rules for handling skipped or advisory jobs.
What’s Changed
What’s Changed
- Remove unused dist bundle artifact, and add README screenshots by @lowlydba in https://github.com/lowlydba/are-we-good/pull/4
Full Changelog: https://github.com/lowlydba/are-we-good/compare/v1.0.1...v1.0.2