Skip to content

fix: remove broad lib/** pattern from upstream change detection#247

Merged
fweikert merged 1 commit intomainfrom
remove-broad-lib-pattern
Mar 5, 2026
Merged

fix: remove broad lib/** pattern from upstream change detection#247
fweikert merged 1 commit intomainfrom
remove-broad-lib-pattern

Conversation

@alan707
Copy link
Collaborator

@alan707 alan707 commented Mar 5, 2026

Summary

  • Removes src/main/java/com/google/devtools/build/lib/** from the changed-files filter in pull-from-bazel-build.yml
  • This pattern matched virtually all of Bazel's Java source tree, causing the preview pipeline to trigger on PRs that have no doc-related changes
  • The remaining patterns (docs/**, src/main/java/com/google/devtools/build/docgen/**, src/main/starlark/docgen/**, etc.) are sufficient to catch actual doc changes

@fweikert fweikert merged commit f0cd49b into main Mar 5, 2026
7 checks passed
@fweikert fweikert deleted the remove-broad-lib-pattern branch March 5, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants