Azure-Samples / Speech-Service-Actions-Template

Use this template to create a repository to develop Azure Custom Speech models with built-in support for dev ops and common software engineering practices via GitHub Actions. Train, test, and release new Custom Speech models automatically as training data is updated. Version data, test results, endpoints, models, and more out of the box.
MIT License
21 stars 9 forks source link

Document how users should bring in updates from the template #63

Open KatieProchilo opened 4 years ago

KatieProchilo commented 4 years ago

When the workflows are updated at https://github.com/Azure-Samples/Speech-Service-DevOps-Template, unlike forks, these changes cannot be pulled to the user's template repos.

Instead they'll have to create a branch in their template repo, manually copy in the updated files, and handle any merging issues if they've modified the YAML in any way.