Files
opencommit/action.yml
di-sukharev 1abe655e00 chore(README.md): add instructions to setup OpenCommit as a Github Action
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$
2023-05-21 15:10:16 +08:00

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'