Skip to content

Commit

Permalink
Merge branch 'bankrate:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gwilkes-rv authored Sep 1, 2023
2 parents 8411f92 + 7f6dc58 commit 4ad2a63
Show file tree
Hide file tree
Showing 7 changed files with 6,484 additions and 6,443 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}
6 changes: 4 additions & 2 deletions .github/workflows/redrover_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
debug: true
debug: false
poem_enabled: true
less_verbose_review: false
review_comment_lgtm: false
openai_heavy_model: gpt-4
path_filters: |
!dist/**
!**/*.lock
system_message: ${{ steps.file.outputs.content }}
system_message: ${{ steps.file.outputs.content }}
15 changes: 14 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ inputs:
Avoid additional commentary as this summary will be added as a comment on the
GitHub pull request. Use the titles "Walkthrough" and "Changes" and they must be H2.
summarize_release_notes:
required: false
description:
Expand All @@ -231,6 +230,20 @@ inputs:
"Documentation", "Refactor", "Style", "Test", "Chore", or "Revert". Provide a bullet-point list,
e.g., "- New Feature: Added search functionality to the UI". Limit your response to 50-100 words
and emphasize features visible to the end-user while omitting code-level details.
poem_enabled:
required: false
description: 'Enable the poem generation at the bottom of the full summary'
default: 'false'
poem:
required: false
description:
'The prompt for generating the poem, only used if poem_enabled is true'
default: |
**Poem**: Below the changes, include a whimsical, short poem written by
a dog to celebrate the changes. Format the poem as a quote using
the ">" symbol and feel free to use emojis where relevant. Do not add
extra lines breaks or <br> tags at the end of each poem line. Also there
should be no empty lines in the poem.
language:
required: false
description: ISO code for the response language
Expand Down
Loading

0 comments on commit 4ad2a63

Please sign in to comment.