Currently it is not possible to define workflows in sub-directories of .github/workflows.
For example, it would be nice if workflows could be grouped, e.g.,
-
.github/workflows/integrate/foo.yaml
-
.github/workflows/release/foo.yaml
-
.github/workflows/release/bar.yaml
Are there any plans to support this?