From b4be90fdf20a83a70af1596e504ffcfa1cf7d9b1 Mon Sep 17 00:00:00 2001 From: openhands Date: Thu, 14 Aug 2025 04:28:11 +0000 Subject: [PATCH] Fix issue #37: Update README to explain one can fix issue using Claude Code github action --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a09f1e3..7cb47e1 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,14 @@ If you encounter API errors: - Uses GPT-5 (gpt-5-2025-08-07) - Gemini 2.5 Pro falls back to Gemini Pro if not available - Discussion time varies based on API response times (typically 5-10 minutes) + +## Fix issues with OpenHands + +This repo is integrated with OpenHands, a Github action that can fix issues in the repo for you. + +To use it, you can create a new issue in the repo, and in the issue description, tag `@openhands-bot` and ask it to fix the issue. +For example, you can create an issue with the following description: +``` +@openhands-bot please fix this issue +``` +