Skip to content

Commit

Permalink
chore: release and action branding
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Mar 12, 2021
1 parent 0cfdac0 commit a8beb6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions action.yml
Expand Up @@ -26,3 +26,6 @@ inputs:
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'git-pull-request'
color: 'gray-dark'
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit a8beb6a

Please sign in to comment.