Skip to content

Commit

Permalink
Add github actions deployment support (#23)
Browse files Browse the repository at this point in the history
* handle sync event

* add code review keyword

* add github actions

* update the build
  • Loading branch information
anc95 authored Feb 15, 2023
1 parent 227a15a commit 4174716
Show file tree
Hide file tree
Showing 9 changed files with 230,763 additions and 3,437 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ npm-debug.log
.env
coverage
lib
dist
*.cache/**
dist/
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: ChatGPT CodeReviewer
description: 'A Code Review Action Powered By ChatGPT'
branding:
icon: 'gift'
color: orange
runs:
using: 'node18'
main: 'action/github-action.js'
Loading

0 comments on commit 4174716

Please sign in to comment.