From 1762a5851c8d5c6c0232b7a7f8c084e67678a8aa Mon Sep 17 00:00:00 2001 From: simple Date: Fri, 30 May 2025 00:16:39 +0900 Subject: [PATCH] [main] docs: update README with comments on GITLAB configuration options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📝 Details: - Added comments for USE_GITLAB_WIKI and USE_MILESTONE options for clarity. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b3dd5f..9285539 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ When using with the Claude App, you need to set up your API key and URLs directl "GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token", "GITLAB_API_URL": "your_gitlab_api_url", "GITLAB_READ_ONLY_MODE": "false", - "USE_GITLAB_WIKI": "false", - "USE_MILESTONE": "false" + "USE_GITLAB_WIKI": "false", // use wiki api? + "USE_MILESTONE": "false" // use milestone api? } } }