Yicong-Huang opened a new pull request, #5307: URL: https://github.com/apache/texera/pull/5307
### What changes were proposed in this PR? Rename the Python worker CI identifier from `python` to `pyamber` so it matches the module name and no longer collides with the actual Python language used elsewhere in the same workflows (`actions/setup-python`, `matrix.python-version`, real `.py` paths, the `check_binary_deps.py python` CLI category). The rename touches the labeler entry, the `run_python` workflow input/output and its JS plumbing in `Precheck`, the GHA job key (and its `python-state-materialization-mac` companion), and the Codecov `flags:` argument. **Pre-merge step:** `actions/labeler@v6` does not auto-create labels, so the `pyamber` label must be created on the repo before this is merged, otherwise the labeler will 404 when it tries to apply it. The old `python` label can be deleted afterwards. ### Any related issues, documentation, discussions? Closes #5306. ### How was this PR tested? Validated YAML parses for all four touched files; grep confirms no `python` stack/flag/input identifier remains. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 (1M context) -- 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]
