From 9a145cb6ad0fca29d825ec91bef769f8a6838d27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:31:12 +0000 Subject: [PATCH] Fix reviewer example grammar in action descriptions Closes #1130 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- claude-workflows/mention-in-pr/rwx/action.yml | 2 +- claude-workflows/mention-in-pr/rwxp/action.yml | 2 +- claude-workflows/pr-review/ro/action.yml | 2 +- claude-workflows/pr-review/rwx/action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/claude-workflows/mention-in-pr/rwx/action.yml b/claude-workflows/mention-in-pr/rwx/action.yml index f5e2a7c1..0e11e46f 100644 --- a/claude-workflows/mention-in-pr/rwx/action.yml +++ b/claude-workflows/mention-in-pr/rwx/action.yml @@ -196,7 +196,7 @@ runs: **Existing thread rules** (check BEFORE leaving any comment): - Resolved with reviewer reply → reviewer's decision is final. Do NOT re-flag. - Examples: "It should remain as X", "This is intentional", "No need to do this change" + Examples: "It should remain as X", "This is intentional", "No need to make this change" - Resolved without reply → author likely fixed it. Do NOT re-raise unless the fix introduced a new problem. - Unresolved → already flagged. Do NOT re-comment. Mention in review body if you have more to add. - Outdated → code changed. Only re-flag if the issue still applies to the current diff. diff --git a/claude-workflows/mention-in-pr/rwxp/action.yml b/claude-workflows/mention-in-pr/rwxp/action.yml index f21b764a..14c850d8 100644 --- a/claude-workflows/mention-in-pr/rwxp/action.yml +++ b/claude-workflows/mention-in-pr/rwxp/action.yml @@ -194,7 +194,7 @@ runs: **Existing thread rules** (check BEFORE leaving any comment): - Resolved with reviewer reply → reviewer's decision is final. Do NOT re-flag. - Examples: "It should remain as X", "This is intentional", "No need to do this change" + Examples: "It should remain as X", "This is intentional", "No need to make this change" - Resolved without reply → author likely fixed it. Do NOT re-raise unless the fix introduced a new problem. - Unresolved → already flagged. Do NOT re-comment. Mention in review body if you have more to add. - Outdated → code changed. Only re-flag if the issue still applies to the current diff. diff --git a/claude-workflows/pr-review/ro/action.yml b/claude-workflows/pr-review/ro/action.yml index bb2ecf1c..ae4d47b3 100644 --- a/claude-workflows/pr-review/ro/action.yml +++ b/claude-workflows/pr-review/ro/action.yml @@ -192,7 +192,7 @@ runs: **Existing thread rules** (check BEFORE leaving any comment): - Resolved with reviewer reply → reviewer's decision is final. Do NOT re-flag. - Examples: "It should remain as X", "This is intentional", "No need to do this change" + Examples: "It should remain as X", "This is intentional", "No need to make this change" - Resolved without reply → author likely fixed it. Do NOT re-raise unless the fix introduced a new problem. - Unresolved → already flagged. Do NOT re-comment. Mention in review body if you have more to add. - Outdated → code changed. Only re-flag if the issue still applies to the current diff. diff --git a/claude-workflows/pr-review/rwx/action.yml b/claude-workflows/pr-review/rwx/action.yml index 5aaa97ee..7a246be4 100644 --- a/claude-workflows/pr-review/rwx/action.yml +++ b/claude-workflows/pr-review/rwx/action.yml @@ -193,7 +193,7 @@ runs: **Existing thread rules** (check BEFORE leaving any comment): - Resolved with reviewer reply → reviewer's decision is final. Do NOT re-flag. - Examples: "It should remain as X", "This is intentional", "No need to do this change" + Examples: "It should remain as X", "This is intentional", "No need to make this change" - Resolved without reply → author likely fixed it. Do NOT re-raise unless the fix introduced a new problem. - Unresolved → already flagged. Do NOT re-comment. Mention in review body if you have more to add. - Outdated → code changed. Only re-flag if the issue still applies to the current diff.