From 1ba5d0f229eee31299256a3499af22020674a305 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 8 Nov 2019 16:54:30 +0000 Subject: [PATCH 1/2] Update description --- action.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index ca3bfdd..7c704f3 100644 --- a/action.yml +++ b/action.yml @@ -1,14 +1,14 @@ -name: 'First interaction' -description: 'Get started with Container actions' +name: 'Greet New Contributors' +description: 'Greet new contributors when they create their first issue or open their first pull request' author: 'GitHub' inputs: repo-token: - description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}' + description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}' required: true issue-message: - description: 'Comment to post on an individuals first issue' + description: 'Comment to post on an individual''s first issue' pr-message: - description: 'Comment to post on an individuals first pull request' + description: 'Comment to post on an individual''s first pull request' runs: using: 'docker' - image: 'Dockerfile' \ No newline at end of file + image: 'Dockerfile' From 14a05b25119e1079b3b488238bf8d65961d45f25 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Tue, 12 Nov 2019 08:28:17 -0800 Subject: [PATCH 2/2] Update action.yml Revert name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7c704f3..a500057 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Greet New Contributors' +name: 'First interaction' description: 'Greet new contributors when they create their first issue or open their first pull request' author: 'GitHub' inputs: