小安

Results 186 comments of 小安

Hi, the test code is not runnable. And for the build issue, I guess it's caused by your node version is old and doesn't support esm module, try to upgrade...

I am using node v20, I tried switching to v18, and still works fine for me. Make sure that you didn't change any code based on the main branch, and...

@thigosaquette You are using github action, and add the OPENAI_API_KEY in `Secrets` is needed.

@thigosaquette Do you find any logs in the action execution, there might skip the review in some cases, and it would print in the console.

@loloxwg @bjwswang Please check if you have an available API key set. I just checked the server log. The two top errors are 1. 429, you exceed your API key...

1. You should prepare the required env variable in the `.env` file 2. `yarn build:lambda` to build the aws lambda function 3. use [serverless]( https://www.serverless.com/framework/docs/getting-started ) for deploying. (AWS account...

@yunho-medi You deployed a webhook. Then you should create a github app with the webhook endpoint configured, then install the app to your repo, and event such as a pull...

Yes, currently we support the IGNORE environment variable, where the value is the filename. However, it is not very convenient to use. I will change it to support glob matching,...

@seaguest @wwzeng1 just supported the `IGNORE_PATTERNS` setting, can use regexp to exclude files