mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
chore(action.yml): update description of the Github Action feat(github-action.ts): add support for pattern input to only improve messages that match the regexp, e.g. ^fix$
13 lines
322 B
YAML
13 lines
322 B
YAML
name: 'OpenCommit GitHub Action'
|
|
description: 'Checks commit messages and replaces "oc" with a smart and impressive AI generated message 🤯🔫'
|
|
author: 'https://github.com/di-sukharev'
|
|
|
|
inputs:
|
|
GITHUB_TOKEN:
|
|
description: 'GitHub token'
|
|
required: true
|
|
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/github-action.cjs'
|