Skip to content

Commit

Permalink
docs(faq): link to more glob pattern examples (#30668)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
HonkingGoose and viceice committed Aug 8, 2024
1 parent d9cb72d commit 41f7dd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ Do the same as above, but instead of an exact match, use a glob prefix:
}
```

For more examples, see [String Pattern Matching, example glob patterns](./string-pattern-matching.md#example-glob-patterns).

### Group all packages starting with `abc` together in one PR

As above, but apply a `groupName`:
Expand Down

0 comments on commit 41f7dd6

Please sign in to comment.