Add PyDABs label to PR labeler - #6805
Merged
Merged
Conversation
Label PRs that touch the databricks-bundles Python package, its Go-side mutator, and PyDABs-specific acceptance tests. Reuses the existing python label. Co-authored-by: Isaac <no-reply@databricks.com>
janniklasrose
requested review from
Sankalp-Mittal,
pietern and
renaudhartert-db
and removed request for
renaudhartert-db
September 23, 2026 09:02
janniklasrose
commented
Sep 23, 2026
Sankalp-Mittal
approved these changes
Sep 23, 2026
Co-authored-by: Isaac <no-reply@databricks.com>
python label to PR labeler for PyDABs pathsPyDABs label to PR labeler
janniklasrose
enabled auto-merge
September 23, 2026 09:37
Collaborator
Integration test reportCommit: 4f30b0d
Top 3 slowest tests (at least 2 minutes):
|
denik
approved these changes
Sep 23, 2026
Collaborator
Integration test reportCommit: d991e22
386 interesting tests: 233 MISS, 153 FAIL
Top 50 slowest tests (at least 2 minutes):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Add a
PyDABslabel mapping to the PR labeler config (.github/labeler.yml). It reuses the existingPyDABslabel and applies to PRs touching:python/**— the PyDABsdatabricks-bundlespackagebundle/config/mutator/python/**— the Go-side PyDABs mutatoracceptance/bundle/python/**andacceptance/bundle/templates/pydabs/**— PyDABs-specific acceptance testsWhy
PyDABs changes were only covered by the broad
DABslabel. A dedicatedPyDABslabel makes them easier to find and route. The Go mutator also matchesbundle/**, so those PRs get bothDABsandPyDABs— labeler applies every matching label independently.Tests
Labeler config only, no code change. Verified the file parses as YAML and passes the whitespace linter.
This pull request and its description were written by Isaac.