diff --git a/action.yml b/action.yml index 8e08b17..dcfa071 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "Ai PR summarizer" +name: "pull request summarizer" description: "Ai enabled summarizer for PRs" author: "bemijonathan" branding: diff --git a/src/prompts.ts b/src/prompts.ts index 07a072f..3d2fbd9 100644 --- a/src/prompts.ts +++ b/src/prompts.ts @@ -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 = () => { }