hi folks, I have noticed that many of our GitHub Actions configurations are very similar to each other
https://www.diffchecker.com/eF4tHdzo Aside from the "copy-paste" issue, some work would have to be done to generate a Crossbow configuration using GHA. It seems like a solution to these issues is to create a program to generate the GHA configurations (using some templates or other tools). So what is in .github/workflows would not be edited by human hands in general but rather generated by this program. This program could also assist with local automation for reproducibility purposes (for example, locally executing a cascade of dependent docker-compose steps). Thoughts? - Wes
