eregon / truffleruby-gem-tracker

Tracking the status of CIs testing TruffleRuby
MIT License
3 stars 3 forks source link

partial automation #2

Open gogainda opened 3 years ago

gogainda commented 3 years ago

I think it should be possible to partially automate population of gems.yml file by using Github search:

path:"/.github/workflows" filename:"*.yml" truffleruby-head
eregon commented 3 years ago

That indeed seems to give good results: https://github.com/search?q=path%3A%22%2F.github%2Fworkflows%22+filename%3A%22*.yml%22+truffleruby-head

I'm not sure how automation would work? Using the GitHub API to get those search results and then generate entries in gems.yml for gems which aren't there yet?

gogainda commented 3 years ago

yes, we can leave current gems.yml and add entries there automatically (we can start from adding only green tests)