From 28ff232a394729dd34d8cba6c1c4eb0120b80bb5 Mon Sep 17 00:00:00 2001 From: Sam Smith Date: Fri, 19 May 2023 10:30:56 -0400 Subject: [PATCH 1/2] Adding required metadata --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index eb70806..413093a 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ name: 'DORA lead time for changes' description: 'A GitHub Action to roughly calculate DORA lead time for changes' +author: developermetrics.org +branding: + icon: activity + color: gray-dark inputs: workflows: # required. string array of the name of the workflows to process description: 'the workflow name that is being scanned. Separate multiple workflows with commas' From 699d1fedfdf58224be204d565bacc99f4effdda0 Mon Sep 17 00:00:00 2001 From: Sam Smith Date: Fri, 19 May 2023 10:31:18 -0400 Subject: [PATCH 2/2] Update GitVersion.yml --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index 4c817b9..75f099c 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1 +1 @@ -next-version: 1.0.0 +next-version: 1.1.0