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

feat(bazel): include all files with .WORKSPACE.bazel suffix #31971

Merged
merged 7 commits into from
Oct 17, 2024

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    ce47903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    739dee9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. feat: update regex

    Simplify fileMatch pattern for *.WORKSPACE.bazel files
    
    - Updated fileMatch to remove redundant path-matching pattern for *.WORKSPACE.bazel.
    - Simplified pattern to match all files ending with .WORKSPACE.bazel directly, reducing unnecessary flexibility.
    
    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    anupamney and viceice authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    74f3475 View commit details
    Browse the repository at this point in the history
  2. fix: formatting

    anupamney committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b9b749f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    bd01af0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2fcf48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c5cdf8 View commit details
    Browse the repository at this point in the history