Skip to content

Commit f32a412

Browse files
committed
add branding to action
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 4b0da92 commit f32a412

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: 'Validates PR titles against Submitty guidelines'
22
description: 'Validates PR titles against Submitty guidelines'
3+
4+
branding:
5+
icon: 'check-square'
6+
color: 'blue'
7+
38
runs:
49
using: 'node12'
510
main: 'dist/index.js'

0 commit comments

Comments
 (0)