Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for exclusions #22

Merged
merged 4 commits into from
Jun 1, 2020
Merged

Add support for exclusions #22

merged 4 commits into from
Jun 1, 2020

Commits on May 27, 2020

  1. Add support for exclusions

    Paths can be negated to stop searching through the remaining patterns in
    a the glob list. All changed files tested and at least one matching file
    will result in a label being added.
    
    Fixes actions#9
    jalaziz committed May 27, 2020
    Configuration menu
    Copy the full SHA
    b76b7b8 View commit details
    Browse the repository at this point in the history
  2. Add support for "AND"-ed matches

    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.
    jalaziz committed May 27, 2020
    Configuration menu
    Copy the full SHA
    dbe0ea8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Rename some to any

    jalaziz committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    9c94f65 View commit details
    Browse the repository at this point in the history
  2. Update README

    jalaziz committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    59aa1ac View commit details
    Browse the repository at this point in the history