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

[Feature] include/exclude filters (#1) #2

Merged
merged 14 commits into from
Jul 27, 2021
Merged

[Feature] include/exclude filters (#1) #2

merged 14 commits into from
Jul 27, 2021

Commits on Jun 28, 2021

  1. include/exclude filters (#1)

    * First commit with include/exclude filters
    
    * Enable manual workflow runs
    
    * Updated index.js
    
    * add an action run with filters
    
    * required include
    
    * negative lookup
    
    * updated index.js
    
    * updated package.json
    
    * new regex test
    
    * updated workflow
    
    * rollback packages update
    
    * change the invert match logic
    
    * fix regex
    
    * testing dummy files
    
    * better assignment
    
    * remove dummy test files
    
    * original packages.json
    
    * fix yarn issue
    rnsc committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    55e9d3c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Glob filtering (#2)

    Support for glob filtering with multi-rules.
    rnsc committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    956182e View commit details
    Browse the repository at this point in the history
  2. Update test.yml

    rnsc committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    0b98d12 View commit details
    Browse the repository at this point in the history
  3. Update test.yml

    rnsc committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    d371995 View commit details
    Browse the repository at this point in the history
  4. fix identation on package.json

    rnsc committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    de1f38c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. removed useless debug

    rnsc committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    eb061c4 View commit details
    Browse the repository at this point in the history
  2. updated package version

    rnsc committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6efbdb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c6352b View commit details
    Browse the repository at this point in the history
  4. add missing input in action.yml

    rnsc committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    e3da65b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1e82c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    de73d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3269ec7 View commit details
    Browse the repository at this point in the history
  3. fix the README

    rnsc committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    873b7ea View commit details
    Browse the repository at this point in the history
  4. typo fix + yarn all

    rnsc committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    58c3e15 View commit details
    Browse the repository at this point in the history