DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 2 forks source link

Use new repo-scaffolder workflow #139

Closed IsaacMilarky closed 1 month ago

IsaacMilarky commented 1 month ago

Use new repo-scaffolder workflow

Problem

The repolinter GitHub action that we are using, newrelic/repolinter-action@v1, doesn't support the extends keyword that is commonly used in repolinter.json files.

Solution

Use the newly defined reusable extendJSONFile workflow to extend the JSON to what it would have logically been given that the extends keyword worked.