Replies: 1 comment
-
Apologies for the very slow reply. You are probably on top of this already, but in case others come here with a similar question, there are now reusable workflows in GitHub actions: https://docs.github.com/en/actions/using-workflows/reusing-workflows. I still haven't worked out if it's worth refactoring this to support them - they work a little differently from Azure Pipeline templates, but this project still does a decent job converting the templates to an action, that can then be refactored into a pipeline. If there is more interest, I can continue to investigate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Azure DevOps has templates:
https://docs.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops
GitHub workflow yaml doesn't. The closest thing I've seen that approximates the behavior is this:
https://github.com/mithro/actions-includes
Anyone else have any other suggested approaches? Have you considered doing something similar to what actions-includes does in your converter?
Beta Was this translation helpful? Give feedback.
All reactions