小安
小安
好的,兄弟们,近期有时间我支持下 gitlab
> @anc95 大佬能支持下CR的语言选择么?希望能支持设置cr意见为中文 @bxq2011hust 以GitHub actions 使用的的方式是支持配置 LANGUAGE 环境变量的,可以看 readme 里的模版
有没有对 Gitlab CI/CD 熟悉的朋友,有类似 Github Actions 的东西吗?我看了一圈,感觉只能打一个 docker 镜像在 Gitlab CI 里跑
@julian-jeong is your pull request from one forked repo to the main repo?
@julian-jeong Your setup should be fine, I suggest creating a simple GitHub action demo to test it out, such as https://docs.github.com/en/actions/security-guides/encrypted-secrets#example-using-bash.
@XiaoRIGE It may not be a code bug, but rather some restrictions on the use of GitHub secrets. I am unable to reproduce it, so at the moment I have...
@mralexandernickel https://github.com/anc95/ChatGPT-CodeReview/blob/17cbc89909aadaa332245b1d51adb231d8395e18/src/bot.ts#L10-L19 If OPEN_API_KEY is properly set, the code should go into the first if statement. However, it seems that the secret was not successfully injected to the environment when...
@mralexandernickel it seems that you setup both GitHub action and GitHub app integrations. The warning comment is sent by GitHub app. So try to remove the GitHub app from your...
确实,当同步新的 commit 时,Github的API里找不到新增的commits,因此默认只对最后一个commit所修改的文件进行review。
@yimelia 是的 diff 过长不会 review,1是节约 token,2是openai本身也有token限制