From 059332e39f49d4a98d13e74f8953be15474c202d Mon Sep 17 00:00:00 2001 From: "lilong.129" Date: Sun, 3 Aug 2025 00:46:50 +0800 Subject: [PATCH] fix: claude code actions --- .github/workflows/claude-code.yml | 6 +++--- internal/version/VERSION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index 5c1c9bd9..6b6b740d 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -2,11 +2,11 @@ name: Claude Code on: issue_comment: - types: [created] + types: [created, edited] pull_request_review_comment: - types: [created] + types: [created, edited] issues: - types: [opened, assigned] + types: [opened, assigned, edited] pull_request_review: types: [submitted] diff --git a/internal/version/VERSION b/internal/version/VERSION index a36de551..0abffd80 100644 --- a/internal/version/VERSION +++ b/internal/version/VERSION @@ -1 +1 @@ -v5.0.0-250802 +v5.0.0-250803