Add input validation when inputing workflow names and condition labels
Open
@midigofrank is already working on this.
Since Jul 18, 2024.
bug
User Reported
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
YAML does not allow bare special characters without quotation and this implicitly restricts users from using special characters for step/job names, workflow names, or condition labels. We have validation for job names that are not applied for workflow names and condition labels so we get errors when running openfn deploy commands.
We should have validation to prevent users from adding special characters in workflow names and condition labels.
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.