-
-
Notifications
You must be signed in to change notification settings - Fork 763
Labels
area: wildcardsChanges related to wildcard matchingChanges related to wildcard matching
Description
I think that adding this restriction is fine for now. It keeps things simple. However, I can definitely see a world where someone with a complex setup asks for the current behaviour as it would allow you to do something like this:
version: 3 tasks: foo-*-*: .. foo-*: ..This allows Task to do something different depending on if the user does
task foo-barvstask foo-bar-baz. This would not be possible if we errored when multiple tasks match sincetask-bar-bazmatches both tasks in the file.Happy to add the error for now and revisit this later though.
Originally posted by @pd93 in #1489 (comment)
Metadata
Metadata
Assignees
Labels
area: wildcardsChanges related to wildcard matchingChanges related to wildcard matching