From bfdb35151870c0d7dd3669bcda65ab928311c0b8 Mon Sep 17 00:00:00 2001 From: Sven Rebhan Date: Fri, 30 Jun 2023 10:38:04 +0200 Subject: [PATCH] Add branding --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 597c88a..a41ae14 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,11 @@ inputs: outputs: milestone: description: 'The milestone assigned to the pull-request' + runs: using: 'node16' main: 'dist/index.js' + +branding: + icon: 'flag' + color: 'orange'