canonical / canonical/powershell-snaps
Create CI validation for release channel names
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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:
```yaml
needs-store-publishing:
uses: ./.github/workflows/template-scheduler-needs-publishing.yaml
with:
release: 'lts'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.