Skip to content

Commit

Permalink
improve the prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
bemijonathan committed Oct 6, 2023
1 parent 8c68ddb commit 99564ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Ai PR summarizer"
name: "pull request summarizer"
description: "Ai enabled summarizer for PRs"
author: "bemijonathan"
branding:
Expand Down
7 changes: 6 additions & 1 deletion src/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ e.g.
## Testing Scope
- Scenarios to be tested based on the changes of this PR e.g table was updated so all CRUD operations should be tested.
## Notable Changes
- if the new changes has a significant change in the logic please add a short table of the old and new logic and ask
if the new logic is correct or not.
`

export const generatePrompt = () => {}
export const generatePrompt = () => { }

0 comments on commit 99564ac

Please sign in to comment.