Skip to content

Commit d6b2d22

Browse files
committed
fix: shorten action description for marketplace compliance
- Reduce description from 184 to 108 characters - Meets GitHub Marketplace 125 character limit requirement
1 parent 6937383 commit d6b2d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Commit Coach'
2-
description: 'An intelligent commit analysis tool that provides insights and coaching for code changes. Analyzes commits for missing tests, security issues, code quality, and provides actionable feedback.'
2+
description: 'Intelligent commit analysis tool providing insights for code changes, security issues, and test coverage.'
33
author: 'Stephen Way'
44
branding:
55
icon: 'eye'

0 commit comments

Comments
 (0)