From 7b88ec2699a8530c93d775b9e1cb67aa38fc9daf Mon Sep 17 00:00:00 2001 From: lizrabuya <115472349+lizrabuya@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:44:50 +1000 Subject: [PATCH] Update codeowners and action branding required now when releasing gha --- .github/CODEOWNERS | 2 +- action.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0540d75..6cc6274 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -trigger-pipeline/* @toolmantim \ No newline at end of file +* @jradtilbrook @mcncl @james2791 @lizrabuya \ No newline at end of file diff --git a/action.yml b/action.yml index f659f0d..e3d7cd4 100644 --- a/action.yml +++ b/action.yml @@ -31,3 +31,6 @@ inputs: runs: using: 'docker' image: 'Dockerfile' +branding: + icon: 'send' + color: 'green' \ No newline at end of file