You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use-case seems like it would be quite useful and natural: I would like a label to apply if ALL of the changed files are of a few certain types. For example:
documentation:
- all: ["**/*.md", "**/*.puml"]
This of course doesn't work as all files need to match both patterns which never happens. Another attempt: