From 30974f6f2a7affa580f00a6ebd979f89a967e987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Steinh=C3=A4user?= <42437185+leonsteinhaeuser@users.noreply.github.com> Date: Fri, 5 Aug 2022 10:16:24 +0200 Subject: [PATCH] enhancement: improved action.yml description text --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 616e4c0..76a7312 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "project beta automations" -description: 'GitHub beta projects status field automation for Issues and Pull Requests' +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.' inputs: gh_token: description: 'Permission token that grants permission to the GitHub API. (Toke or App config is required)'