I didn't look close, so not sure if that makes sense for us, but we may can generate the .yml files automatically with https://github.com/djspiewak/sbt-github-actions
Just a reminder to look at that later...
It make sense. But I'll leave here some my thoughts by hot pursuits:
Generator generate yml per repo and if you need change something (version of one action for example), you should regenerate yaml for every repo that very expensive. 😞
Generator can't generate universal yml by many different sbt files like in our case.
I like a full control of CI scripts for decrease a risks 😊
I didn't look close, so not sure if that makes sense for us, but we may can generate the .yml files automatically with https://github.com/djspiewak/sbt-github-actions Just a reminder to look at that later...