Skip to content

Conversation

@simonrosenberg
Copy link
Collaborator

@simonrosenberg simonrosenberg commented Nov 24, 2025

Summary

This PR removes the automated weekly typing improvements workflow and its associated issue template.

Changes

  • Deleted .github/workflows/weekly-typing-issue.yml - the GitHub Actions workflow that created weekly typing improvement issues
  • Deleted .github/ISSUE_BODY/typing.md - the issue template used by the workflow

Motivation

The weekly typing improvements workflow is no longer needed and has been disabled per maintainer request.

Fixes #1239

@simonrosenberg can click here to continue refining the PR


Agent Server images for this PR

GHCR package: https://github.com/OpenHands/agent-sdk/pkgs/container/agent-server

Variants & Base Images

Variant Architectures Base Image Docs / Tags
java amd64, arm64 eclipse-temurin:17-jdk Link
python amd64, arm64 nikolaik/python-nodejs:python3.12-nodejs22 Link
golang amd64, arm64 golang:1.21-bookworm Link

Pull (multi-arch manifest)

# Each variant is a multi-arch manifest supporting both amd64 and arm64
docker pull ghcr.io/openhands/agent-server:180d604-python

Run

docker run -it --rm \
  -p 8000:8000 \
  --name agent-server-180d604-python \
  ghcr.io/openhands/agent-server:180d604-python

All tags pushed for this build

ghcr.io/openhands/agent-server:180d604-golang-amd64
ghcr.io/openhands/agent-server:180d604-golang_tag_1.21-bookworm-amd64
ghcr.io/openhands/agent-server:180d604-golang-arm64
ghcr.io/openhands/agent-server:180d604-golang_tag_1.21-bookworm-arm64
ghcr.io/openhands/agent-server:180d604-java-amd64
ghcr.io/openhands/agent-server:180d604-eclipse-temurin_tag_17-jdk-amd64
ghcr.io/openhands/agent-server:180d604-java-arm64
ghcr.io/openhands/agent-server:180d604-eclipse-temurin_tag_17-jdk-arm64
ghcr.io/openhands/agent-server:180d604-python-amd64
ghcr.io/openhands/agent-server:180d604-nikolaik_s_python-nodejs_tag_python3.12-nodejs22-amd64
ghcr.io/openhands/agent-server:180d604-python-arm64
ghcr.io/openhands/agent-server:180d604-nikolaik_s_python-nodejs_tag_python3.12-nodejs22-arm64
ghcr.io/openhands/agent-server:180d604-golang
ghcr.io/openhands/agent-server:180d604-java
ghcr.io/openhands/agent-server:180d604-python

About Multi-Architecture Support

  • Each variant tag (e.g., 180d604-python) is a multi-arch manifest supporting both amd64 and arm64
  • Docker automatically pulls the correct architecture for your platform
  • Individual architecture tags (e.g., 180d604-python-amd64) are also available if needed

This removes the automated weekly typing improvements workflow and its
associated issue template as it is no longer needed.

Fixes #1239

Co-authored-by: openhands <openhands@all-hands.dev>
@simonrosenberg simonrosenberg merged commit 362977d into main Nov 24, 2025
22 checks passed
@simonrosenberg simonrosenberg deleted the openhands/remove-weekly-typing-workflow branch November 24, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Weekly typing improvements – 2025-11-24

4 participants