From 61403a13ff704c8a3da27126503b67c6893c7525 Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Thu, 28 Aug 2025 14:55:41 -0700 Subject: [PATCH] revert: keep detailed track_progress description The original description provides clarity about which specific event actions are supported. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f5f7be6..fa852dc 100644 --- a/action.yml +++ b/action.yml @@ -74,7 +74,7 @@ inputs: required: false default: "false" track_progress: - description: "Force tag mode with tracking comments for pull_request and issue events" + description: "Force tag mode with tracking comments for pull_request and issue events. Only applicable to pull_request (opened, synchronize, ready_for_review, reopened) and issue (opened, edited, labeled, assigned) events." required: false default: "false" experimental_allowed_domains: