There are selveral instances when a packages or contributors.yml file may not be found. Most recently it wasn't found because I redid the website and we moved from a _data/ to data/ directory path. And that killed our workflows.
While we don't anticipate this happening often it could happen via a github availability glitch or a path change and so in that case we should likely always fail early and fast.
Let's implement a more project wide approach that ensures we fail fast given we use those files in multiple entry points and overwrite them via a pr in a github action!
There are selveral instances when a
packagesorcontributors.ymlfile may not be found. Most recently it wasn't found because I redid the website and we moved from a _data/ to data/ directory path. And that killed our workflows.While we don't anticipate this happening often it could happen via a github availability glitch or a path change and so in that case we should likely always fail early and fast.
Let's implement a more project wide approach that ensures we fail fast given we use those files in multiple entry points and overwrite them via a pr in a github action!