Skip to content

Commit

Permalink
Add support for "AND"-ed matches
Browse files Browse the repository at this point in the history
A new "rich" matcher object can be provided instead of a normal glob.

The matcher object has two fields that accept an array of globs:
* Globs in "all" must all match every changed file.
* Globs in "some" must all match at least one changed file.

Combined with negated globs, this allows for a precise control of when
labels are applied.
  • Loading branch information
jalaziz committed May 27, 2020
1 parent b76b7b8 commit dbe0ea8
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 284 deletions.
Loading

0 comments on commit dbe0ea8

Please sign in to comment.