Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit f41dc6c

Browse files
committed
update prompts
1 parent 3728056 commit f41dc6c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

action.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ inputs:
8383
required: false
8484
description: 'The prompt for each file diff'
8585
default: |
86-
Providing entire diff for `$filename` as context. Please use this context when revieweing patches.
86+
Providing entire diff for `$filename` as context. Please use this context when reviewing patches.
8787
8888
```diff
8989
$file_diff
@@ -95,9 +95,10 @@ inputs:
9595
Next, I will send you a series of patches, each of them consists
9696
of a snippet, and you need to do a brief code review for every message, and tell me any
9797
bug risk or improvement suggestion. If the patch is looks good and acceptable, please
98-
reply "LGTM!" with a short comment with 30 words.
98+
reply "LGTM!" with a short comment with 30 words. Your responses will be recorded as review
99+
comments on the pull request.
99100
100-
Markdown format is preferred for your response. Reply "OK" to confirm.
101+
Markdown format is preferred for your responses. Reply "OK" to confirm.
101102
review_patch:
102103
required: false
103104
description: 'The prompt for each chunks/patches'
@@ -153,7 +154,8 @@ inputs:
153154
- Your feedback to the developer (within 50 words)
154155
- Table of files and their summaries
155156
156-
Do not provide any additional commentary as this summary will be added as a comment on the PR.
157+
Do not provide any additional commentary as this summary will be added as a comment on the pull
158+
request.
157159
summarize_release_notes:
158160
required: false
159161
description: 'The prompt for generating release notes'

0 commit comments

Comments
 (0)