comment body updated

This commit is contained in:
mic 2025-09-12 22:35:04 +02:00
parent e988bad921
commit 2801d48562

View file

@ -48,7 +48,7 @@ jobs:
const milestoneTitle = parsed.milestoneTitle; // es. "3.7.0"
const prereleaseTagDisplay = tagName.startsWith("v") ? tagName : `v${tagName}`;
const commentBody = `This feature could be tested in pre-release ${prereleaseTagDisplay}.`;
const commentBody = `This feature is available for testing in the pre-release version ${prereleaseTagDisplay}.`;
core.info(`(MAIN) Looking for milestone '${milestoneTitle}' in ${owner}/${repo}`);