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

Commit 021d3bb

Browse files
committed
move poem to the summary message
1 parent 9176623 commit 021d3bb

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

action.yml

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -206,33 +206,30 @@ inputs:
206206
required: false
207207
description: 'The prompt for final summarization response'
208208
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.
216221
217-
Avoid additional commentary as this summary will be added as a
218-
comment on the GitHub pull request.
219222
summarize_release_notes:
220223
required: false
221224
description:
222225
'The prompt for generating release notes in the same chat as summarize
223226
stage'
224227
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.
236233
language:
237234
required: false
238235
description: ISO code for the response language

0 commit comments

Comments
 (0)