playframework / play-meta

Team management & cross-repository effort tracking
Apache License 2.0
8 stars 8 forks source link

Make use of sbt-github-actions plugin? #219

Closed mkurz closed 2 years ago

mkurz commented 2 years ago

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...

ihostage commented 2 years ago

It make sense. But I'll leave here some my thoughts by hot pursuits:

  1. 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. 😞
  2. Generator can't generate universal yml by many different sbt files like in our case.
  3. I like a full control of CI scripts for decrease a risks 😊
mkurz commented 2 years ago

I think we will not switch to sbt-github-actions anymore :wink: