-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
featureProduct featureProduct feature
Description
Summary
With the option to modify workflow templates, it's now possible for workflows to remove/replace parts, like building documentation, that do not work for their projects.
However, the nox session workflows:update tries to updates ALL possible workflow templates. We would like to fix this by allowing project's to specify which workflows they do not want included.
To Do
- Add a parameter to the BaseConfig for users to specify the name of template workflows they would not want in their project. Make it so that these values are compared to the list of available template workflow names. If there is a name that does not exist, raise an exception.
- Update nox session
workflow:checksandworkflow:updatesso that they skip these templates (they neither add them or check their values). - Add to the user & developer guides
Metadata
Metadata
Assignees
Labels
featureProduct featureProduct feature