mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
fix typos
This commit is contained in:
4
.github/workflows/cr.yml
vendored
4
.github/workflows/cr.yml
vendored
@@ -1,5 +1,5 @@
|
||||
# Description:
|
||||
# - Deepseek code review with GitHub Actions
|
||||
# - DeepSeek code review with GitHub Actions
|
||||
|
||||
name: Code Review
|
||||
on:
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
# Make sure the code review happens only when the PR has the label 'ai review'
|
||||
# if: contains(github.event.pull_request.labels.*.name, 'ai review')
|
||||
steps:
|
||||
- name: Deepseek Code Review
|
||||
- name: DeepSeek Code Review
|
||||
uses: hustcer/deepseek-review@develop
|
||||
with:
|
||||
max-length: 15000
|
||||
|
||||
Reference in New Issue
Block a user