Skip to content

Commit a8beb6a

Browse files
committed
chore: release and action branding
1 parent 0cfdac0 commit a8beb6a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ inputs:
2626
runs:
2727
using: 'node12'
2828
main: 'dist/index.js'
29+
branding:
30+
icon: 'git-pull-request'
31+
color: 'gray-dark'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-merge-dependabot",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "A GitHub action to automatically merge and approve Dependabot pull requests",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)