Skip to content

Commit 2efa423

Browse files
authored
fix(triage): drop apostrophe from MODE text (port of adcp#3325) (#287)
1 parent 9e23afd commit 2efa423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
(if $is_pr == "true" then
198198
"is_pr: true\n" +
199199
"pr: " + $pr_block + "\n" +
200-
"MODE: PR-feedback. Treat new comment as actionable feedback on the PR diff. If the comment requests a fix, apply it as a follow-up commit on the PR's head branch (do not open a new PR). If the comment asks a question, answer it as a reply comment. If the comment is conversational with no action implied, post a short acknowledgement and stop.\n"
200+
"MODE: PR-feedback. Treat new comment as actionable feedback on the PR diff. If the comment requests a fix, apply it as a follow-up commit on the PR head branch do not open a new PR. If the comment asks a question, answer it as a reply comment. If the comment is conversational with no action implied, post a short acknowledgement and stop.\n"
201201
else
202202
"is_pr: false\n"
203203
end) +

0 commit comments

Comments
 (0)