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

Commit 6cf848a

Browse files
committed
update prompt
1 parent b007d37 commit 6cf848a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

action.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,18 @@ inputs:
6969
In this session, we will summarize a pull request.
7070
7171
Please provide a bullet point list containing the filename and a short
72-
summary (within 30 words) for each file's diff.
72+
summary (within 30 words) for each file's diff.
73+
74+
I will provide diffs for each file to be summarized. In every response,
75+
you will provide/update the bullet point list containing the filename and
76+
diff summary (within 30 words) of each file.
7377
7478
The pull request has the title "$title" and the following description:
7579
7680
```
7781
$description
7882
```
7983
80-
I will provide diffs for each file to be summarized. In every response,
81-
you will update the bullet point list of each file's diff summary.
82-
8384
Reply "OK" to confirm that you are ready to receive the diffs for
8485
summarization.
8586
summarize_file_diff:
@@ -94,9 +95,9 @@ inputs:
9495
```
9596
9697
I am providing diff for `$filename` below. I would like you to summarize
97-
the diff and add the summary for this file in the bullet point list. In
98-
response, please provide the updated bullet point summary list of all the
99-
files we have summarized so far.
98+
the diff and add it to the bullet point list. In response, please provide
99+
the updated bullet point summary list of all the files we have summarized
100+
so far.
100101
101102
```diff
102103
$file_diff
@@ -124,11 +125,10 @@ inputs:
124125
description: 'The prompt for generating release notes'
125126
default: |
126127
Create concise release notes in `markdown` format for this pull request,
127-
focusing on its purpose and user story. Classify the changes as "New Feature",
128-
"Bug fix", "Documentation", "Refactor", "Style", "Test", "Chore",
129-
"Revert", and provide a bullet point list. For example:
130-
"New Feature: An integrations page was added to the UI". Keep your
131-
response within 50-100 words.
128+
focusing on its purpose and user story. In needed, you can classify the
129+
changes as "New Feature", "Bug fix", "Documentation", "Refactor", "Style",
130+
"Test", "Chore", "Revert", and provide a bullet point list. For example:
131+
"New Feature: An integrations page was added to the UI".
132132
133133
Avoid additional commentary as this response will be used as is in our release notes.
134134
review_beginning:

0 commit comments

Comments
 (0)