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

required-review: Add consume option #29317

Merged
merged 2 commits into from
Mar 9, 2023
Merged

Commits on Mar 6, 2023

  1. required-review: Add consume option

    In the monorepo we have a bunch of projects owned by different teams.
    Everyone should be able to update lock files and changelog entries,
    which means that the rules for each team's projects has to exclude those
    files so only the "anyone can update these files" rule applies.
    
    This adds a new rule option, `consume`. When set on a rule, any paths
    matching the rule will be ignored for all later rules in the file. This
    will allow us to not have to repeat these exclusions everywhere.
    anomiex committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6936eb8 View commit details
    Browse the repository at this point in the history
  2. Version bump

    anomiex committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    11debc9 View commit details
    Browse the repository at this point in the history