Skip to content

Commit

Permalink
chore: add branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Sep 29, 2023
1 parent 85ecfcc commit 2b2c45f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Emojify PR Title'
name: 'Prefix Emoji to PR Title'
description: 'Prefix your PR title with the correct emoji'
author: '@lisi_linhart'

Expand All @@ -14,3 +14,7 @@ inputs:
runs:
using: node20
main: dist/index.js

branding:
icon: "git-pull-request"
color: "yellow"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emoji-title-action",
"description": "GitHub Actions for prefixing a title with an emojis",
"version": "0.0.1",
"version": "0.0.2",
"author": "",
"private": true,
"homepage": "https://github.com/lisilinhart/emoji-pr-title#readme",
Expand Down

0 comments on commit 2b2c45f

Please # to comment.