There should be a CI validation step for Pull Requests that validates whether the channel workflows have the correct release channel names in them. For example, the powershell-lts.yaml workflow should contain:
needs-store-publishing:
uses: ./.github/workflows/template-scheduler-needs-publishing.yaml
with:
release: 'lts'
There should be a CI validation step for Pull Requests that validates whether the channel workflows have the correct release channel names in them. For example, the
powershell-lts.yamlworkflow should contain: