Yicong-Huang opened a new issue, #5999: URL: https://github.com/apache/texera/issues/5999
### Task Summary Since #5978 added a dedicated `infra` job/label for `bin/**`, tooling Python under `bin/` (local-dev TUI, licensing checker) no longer needs the pyamber stack. But the `pyamber` label in `.github/labeler.yml` still uses repo-wide catch-all globs (`**/*.py`, `**/*requirements*.txt`), so a `bin/`-only change is labeled `pyamber` on top of `infra` and wrongly pulls in the heavy `pyamber` + `amber-integration` stacks. Scope the `pyamber` Python/requirements globs to `amber/` so `bin/` changes trigger only the `infra` job. All amber Python and the requirements files live under `amber/`; the only other repo Python (`.github/`) is already covered by the `ci` label. ### Task Type - [ ] Refactor / Cleanup - [x] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
