Releases: gustavofreze/auto-assign
Releases · gustavofreze/auto-assign
v2.1.0
- Switch base image to python:3.14-alpine and update Docker labels for OCI compliance.
v2.0.0
- Action container is reproducible: The Docker image now installs Poetry during build, leverages the checked-in
poetry.lock, and installs only runtime dependencies non-interactively to ensure deterministic builds for the action entrypoint. Reference:Dockerfile. - CI uses modern Python tooling: Continuous integration workflows standardize on Python 3.11 with
actions/setup-python@v5, cache the in-project virtual environment, and run linting plus coverage-checked unit tests through Poetry-managed environments. Reference:.github/workflows/ci.yml. - Auto-assign workflow example: The sample workflow uses version
1.1.4of the action with explicit permissions and input defaults to handle both issues and pull requests. Reference:.github/workflows/auto-assign.yml. - Result model import readiness: Console result handling includes future annotations to avoid runtime import cycles while keeping JSON serialization intact. Reference:
src/driver/console/models/Result.py.
v1.1.4
- Fixes python path env.
v1.1.3
- Fixes dependency paths while executing commands.
v1.1.2
- Fixes adding dependencies in dockerfile.
v1.1.1
- Fixes adding dependencies in dockerfile.
v1.1.0
- Updates project dependencies and their management by environment.
v1.0.0
- GitHub action that automatically assigns issues and pull requests to specified assignees.