re-actors / alls-green

A check for whether the dependency jobs are all green.
https://github.com/marketplace/actions/alls-green
BSD 3-Clause "New" or "Revised" License
114 stars 12 forks source link

🐛 Use allowed-failures and skips equally #24

Open webknjaz opened 1 year ago

webknjaz commented 1 year ago

Before this patch, allowed-failures did not contribute to the overall computed outcome due to a bug in the checking logic. This change refactors the data strucutures used to simplify the check and reduce its complexity in general.

Fixes #23