Skip to content

Releases: gustavofreze/auto-assign

v2.1.0

22 Jan 06:09
f4af375

Choose a tag to compare

  • Switch base image to python:3.14-alpine and update Docker labels for OCI compliance.

v2.0.0

10 Dec 04:27

Choose a tag to compare

  • 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.4 of 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

15 Dec 19:19
8c21d93

Choose a tag to compare

  • Fixes python path env.

v1.1.3

15 Dec 18:38
9781ae0

Choose a tag to compare

  • Fixes dependency paths while executing commands.

v1.1.2

15 Dec 14:24
1f0a232

Choose a tag to compare

  • Fixes adding dependencies in dockerfile.

v1.1.1

15 Dec 14:09
d07f7d8

Choose a tag to compare

  • Fixes adding dependencies in dockerfile.

v1.1.0

15 Dec 02:03
ff6bbf5

Choose a tag to compare

  • Updates project dependencies and their management by environment.

v1.0.0

17 Jul 20:48

Choose a tag to compare

  • GitHub action that automatically assigns issues and pull requests to specified assignees.