From 453990b658f5a6942c2e0063d43fbcd8de7ec3a1 Mon Sep 17 00:00:00 2001 From: platisd Date: Sat, 18 Mar 2023 15:55:13 +0100 Subject: [PATCH] Change action's title for clarity --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c09e44f..e1e9a97 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Autofill PR description' -description: "Autofill you pull request's description by harvesting the power of ChatGPT" +name: 'Autofill PR Description with OpenAI' +description: "Autofill you pull request with a high quality description by harvesting the power of OpenAI and ChatGPT" inputs: github_token: description: 'The GitHub token'