CLI deploy: enable better name conversion
Open
@josephjclark is already working on this.
Since Mar 10, 2025.
DevX
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 23
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 17
Description
v2 is more strict about workflow names than v1.
When migrating v1 projects with CLI deploy, we should be able to run a safe slugify function to strip out disallowed characters.
I expect this to be almost a one liner.
I guess the only question is if this creates any kind of sync problem. Do we only convert on first deploy or do we do it always?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.