Task Summary
The Python worker module is named pyamber, but the GitHub Actions job key, the Codecov flag, the run_python workflow input, and the python label applied by the PR labeler all still use python. That name collides with the actual Python language (actions/setup-python, matrix.python-version, real .py files, the pip-licenses CLI category), making CI logs and dashboards ambiguous. Rename the CI identifier to pyamber everywhere it refers to the worker stack so it matches the module name.
Task Type
Task
Task Summary
The Python worker module is named
pyamber, but the GitHub Actions job key, the Codecov flag, therun_pythonworkflow input, and thepythonlabel applied by the PR labeler all still usepython. That name collides with the actual Python language (actions/setup-python,matrix.python-version, real.pyfiles, the pip-licenses CLI category), making CI logs and dashboards ambiguous. Rename the CI identifier topyambereverywhere it refers to the worker stack so it matches the module name.Task Type
Task