Workiva / webdev_proxy

A simple HTTP proxy for the webdev serve command (a tool authored by the dart team) that adds support for rewriting certain requests, namely rewriting 404s to instead serve the root index (/index.html). This allows developers to work on browser applications (like our own) that use HTML5 routing while still being able to refresh and/or navigate directly to deep links.
Other
11 stars 6 forks source link

FW-153 Add skynet config that verfies that the github workflow passes #21

Closed wesleybalvanz-wf closed 2 years ago

wesleybalvanz-wf commented 2 years ago

Motivation

Currently release pipelines are failing because they require a skynet run in order to pass the testing phase of the pipeline. We would like to not have to manually check that the github workflow passed and override the pipeline so we need a way to automatically check that the workflow passed and tell the pipeline that all is good.

Changes

Add a skynet.yaml that checks the github workflow run and passes or fails the skynet run depending on the results.

Release Notes

Add skynet run to check that the github workflow run passes

aviary3-wk commented 2 years ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

evanweible-wf commented 2 years ago

QA +1 CI passes @Workiva/release-management-p