There are three GitHub Actions jobs right now, and they're currently in three separate workflow files. I think it would be better to have them in a single workflow file, perhaps also with dependencies so they run in series. In addition, the generate-feed and render-entries workflows do stuff based on the same input (the JSON list of issues from the API call) so I should really consolidate there too.
There are three GitHub Actions jobs right now, and they're currently in three separate workflow files. I think it would be better to have them in a single workflow file, perhaps also with dependencies so they run in series. In addition, the
generate-feed
andrender-entries
workflows do stuff based on the same input (the JSON list of issues from the API call) so I should really consolidate there too.