From a8beb6aa8ba6b9ccaac56697e646e9db994680b5 Mon Sep 17 00:00:00 2001 From: Simone Busoli Date: Fri, 12 Mar 2021 15:42:00 +0100 Subject: [PATCH] chore: release and action branding --- action.yml | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 50f8006b..b834c349 100644 --- a/action.yml +++ b/action.yml @@ -26,3 +26,6 @@ inputs: runs: using: 'node12' main: 'dist/index.js' +branding: + icon: 'git-pull-request' + color: 'gray-dark' diff --git a/package.json b/package.json index 4f460154..2d51d9fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-merge-dependabot", - "version": "1.2.1", + "version": "2.0.0", "description": "A GitHub action to automatically merge and approve Dependabot pull requests", "main": "src/index.js", "scripts": {