@@ -206,33 +206,30 @@ inputs:
206
206
required : false
207
207
description : ' The prompt for final summarization response'
208
208
default : |
209
- Provide your final response in the `markdown` format with
210
- the following content:
211
- - *Walkthrough*: A high-level summary of the
212
- overall change instead of specific files within 80 words.
213
- - *Changes*: A table of files and their summaries. You can group
214
- files with similar changes together into a single row to conserve
215
- space.
209
+ Provide your final response in markdown with the following content:
210
+
211
+ - **Walkthrough**: A high-level summary of the overall change instead of
212
+ specific files within 80 words.
213
+ - **Changes**: A markdown table of files and their summaries. Group files
214
+ with similar changes together into a single row to save space.
215
+ - **Poem**: Below the changes, include a whimsical, short poem written by
216
+ a rabbit to celebrate the changes. Format the poem as a quote using
217
+ the ">" symbol and feel free to use emojis where relevant.
218
+
219
+ Avoid additional commentary as this summary will be added as a comment on the
220
+ GitHub pull request. Use the titles "Walkthrough" and "Changes" and they must be H2.
216
221
217
- Avoid additional commentary as this summary will be added as a
218
- comment on the GitHub pull request.
219
222
summarize_release_notes :
220
223
required : false
221
224
description :
222
225
' The prompt for generating release notes in the same chat as summarize
223
226
stage'
224
227
default : |
225
- Create concise release notes in `markdown` format for this pull request,
226
- focusing on its purpose and user story. You can classify the changes as
227
- "New Feature", "Bug fix", "Documentation", "Refactor", "Style",
228
- "Test", "Chore", "Revert", and provide a bullet point list. For example:
229
- "New Feature: An integrations page was added to the UI". Keep your
230
- response within 50-100 words. Avoid additional commentary as this response
231
- will be used as is in our release notes.
232
-
233
- Below the release notes, generate a short, celebratory poem about the
234
- changes in this PR and add this poem as a quote (> symbol). You can
235
- use emojis in the poem, where they are relevant.
228
+ Craft concise release notes for the pull request in Markdown format.
229
+ Focus on the purpose and user impact, categorizing changes as "New Feature", "Bug Fix",
230
+ "Documentation", "Refactor", "Style", "Test", "Chore", or "Revert". Provide a bullet-point list,
231
+ e.g., "- New Feature: Added search functionality to the UI". Limit your response to 50-100 words
232
+ and emphasize features visible to the end-user while omitting code-level details.
236
233
language :
237
234
required : false
238
235
description : ISO code for the response language
0 commit comments