feat(ci): add GitLab CI configuration for code review stage
This commit is contained in:
parent
6afcd46563
commit
4b22d728eb
|
|
@ -0,0 +1,10 @@
|
||||||
|
stages:
|
||||||
|
- review
|
||||||
|
|
||||||
|
llm_code_review:
|
||||||
|
stage: review
|
||||||
|
script:
|
||||||
|
- /scripts/review.sh
|
||||||
|
only:
|
||||||
|
- merge_requests
|
||||||
|
- branches
|
||||||
Loading…
Reference in New Issue