Is your feature request related to a problem or challenge?
Could we add crate tags on issues and pull requests, similar to what DataFusion does with physical-plan and execution tags? This would make it easier for people to tackle issues in crates they're familiar with, and easier for people familiar with a given crate to review PRs in that crate since they already have the relevant context.
Describe the solution you'd like
Currently the only crate-specific tags are parquet/arrow/arrow-flight. Ideally this could be handled by a bot that checks which directories a PR touches.
Describe alternatives you've considered
keeping the current system.
Additional context
No response
Is your feature request related to a problem or challenge?
Could we add crate tags on issues and pull requests, similar to what DataFusion does with
physical-planandexecutiontags? This would make it easier for people to tackle issues in crates they're familiar with, and easier for people familiar with a given crate to review PRs in that crate since they already have the relevant context.Describe the solution you'd like
Currently the only crate-specific tags are
parquet/arrow/arrow-flight. Ideally this could be handled by a bot that checks which directories a PR touches.Describe alternatives you've considered
keeping the current system.
Additional context
No response