feat(action.yml): add OpenCommit GitHub Action configuration

feat(package.json): add @actions/core and @actions/github dependencies
feat(src/github-action.ts): create GitHub Action to check and replace 'oc' in commit messages with AI-generated messages
This commit is contained in:
di-sukharev
2023-05-14 22:35:49 +08:00
parent 54006826f8
commit 7615b95261
4 changed files with 295 additions and 3 deletions

View File

@@ -60,6 +60,8 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@clack/prompts": "^0.6.1",
"@dqbd/tiktoken": "^1.0.2",
"axios": "^1.3.4",