From 99564aca0e560936ffe27f9cb6c6992210d83fc3 Mon Sep 17 00:00:00 2001 From: Jonathan Atiene <34762800+bemijonathan@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:42:44 +0100 Subject: [PATCH] improve the prompt --- action.yml | 2 +- src/prompts.ts | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 = () => { }