@@ -69,17 +69,18 @@ inputs:
69
69
In this session, we will summarize a pull request.
70
70
71
71
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.
73
77
74
78
The pull request has the title "$title" and the following description:
75
79
76
80
```
77
81
$description
78
82
```
79
83
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
-
83
84
Reply "OK" to confirm that you are ready to receive the diffs for
84
85
summarization.
85
86
summarize_file_diff :
@@ -94,9 +95,9 @@ inputs:
94
95
```
95
96
96
97
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.
100
101
101
102
```diff
102
103
$file_diff
@@ -124,11 +125,10 @@ inputs:
124
125
description : ' The prompt for generating release notes'
125
126
default : |
126
127
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".
132
132
133
133
Avoid additional commentary as this response will be used as is in our release notes.
134
134
review_beginning :
0 commit comments