From c037798bbd56dd1ff595f94cb344f65fa503527b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Steinh=C3=A4user?= <42437185+leonsteinhaeuser@users.noreply.github.com> Date: Tue, 6 Sep 2022 21:55:54 +0200 Subject: [PATCH] enhancement: simplified action.yml project description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 76a7312..fb81b4c 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "project beta automations" -description: 'This automation provides the ability to automate issues and pull requests related to Github Projects (Beta). If the issue or pull request is not attached to a project, it is automatically added to the project and its desired column. In addition to status automation, this automation also supports custom field management.' +description: 'GitHub ProjectV2/Project-Beta automation. It supports management of status and custom fields.' inputs: gh_token: description: 'Permission token that grants permission to the GitHub API. (Toke or App config is required)'