anc95 / ChatGPT-CodeReview

🐥 A code review bot powered by ChatGPT
https://github.com/apps/cr-gpt
ISC License
3.77k stars 361 forks source link

有没有配置项可以跳过一些review #53

Open Soltus opened 1 year ago

Soltus commented 1 year ago

有时候太啰嗦了,比如https://github.com/Hi-Windom/Sillot/pull/395

anc95 commented 1 year ago

@Soltus 目前没有,我想下怎么支持下

Soltus commented 1 year ago

希望可以有,目前来说太啰嗦了,对于一个很多修改的 PR ,每一处修改他都要 review 一下,导致 PR 评论区很长,而且也消耗不必要的 API 使用次数

vok123 commented 1 year ago

@Soltus 目前没有,我想下怎么支持下 目标分支上新增.cr-ignore, 读取它

anc95 commented 1 year ago

@vok123 这个应该是 ignore 一些目录对吧,我觉得可以, @Soltus 希望能对特定的 commit ignore,这个需要想下怎么交互合适

vok123 commented 1 year ago

@vok123 这个应该是 ignore 一些目录对吧,我觉得可以, @Soltus 希望能对特定的 commit ignore,这个需要想下怎么交互合适

目录或者文件都可以, minimatch 这个库提供判断.

Wxh16144 commented 1 year ago

特定的 commit ignore

可以参考 https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/

imtianx commented 1 year ago

这个有没有方案可以支持下。

ShengYe23 commented 1 year ago

+1