mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-01-11 14:48:07 -05:00
30 lines
610 B
YAML
30 lines
610 B
YAML
name: 'OpenCommit — improve commits with AI 🧙'
|
|
description: 'Replaces lame commit messages with meaningful AI-generated messages when you push to remote'
|
|
author: 'https://github.com/di-sukharev'
|
|
repo: 'https://github.com/di-sukharev/opencommit/tree/github-action'
|
|
branding:
|
|
icon: 'git-commit'
|
|
color: 'green'
|
|
keywords:
|
|
[
|
|
'git',
|
|
'chatgpt',
|
|
'gpt',
|
|
'ai',
|
|
'openai',
|
|
'opencommit',
|
|
'aicommit',
|
|
'aicommits',
|
|
'gptcommit',
|
|
'commit'
|
|
]
|
|
|
|
inputs:
|
|
GITHUB_TOKEN:
|
|
description: 'GitHub token'
|
|
required: true
|
|
|
|
runs:
|
|
using: 'node16'
|
|
main: 'out/github-action.cjs'
|