Skip to content

Commit

Permalink
Rename action and add branding
Browse files Browse the repository at this point in the history
  • Loading branch information
lvegerano committed Aug 8, 2022
1 parent 5be7a90 commit 17b22e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "label-approvals"
name: "label-required-approvals"
description: "Requires certain team member approvals based on certain labels"
author: "Luis Vegerano"
inputs:
Expand All @@ -16,3 +16,6 @@ inputs:
runs:
using: "node16"
main: "dist/index.js"
branding:
icon: "user-check"
color: "blue"

0 comments on commit 17b22e7

Please sign in to comment.