chipsalliance / firrtl-spec

The specification for the FIRRTL language
44 stars 28 forks source link

[ci] Move Contributors to GitHub Action #153

Closed seldridge closed 8 months ago

seldridge commented 11 months ago

The contributors are currently manually updated with a script that generates markdown. Convert this to a script that generates JSON/YAML and have pandoc generate the \itemize from it. The contributors now live in the JSON/YAML file and are treated like yet another pandoc --metadata input. Add a GitHub action to run the script and generate a PR to update the JSON/YAML if anything has changed.

seldridge commented 8 months ago

The base action was added in https://github.com/chipsalliance/firrtl-spec/commit/5ce1d0f47918e2423aa23954902d4804e7461a25. The action was made working and brought online with 745409c.