mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
chore: Increase max-length in review workflow (#54)
* test max-length * chore: Increase max-length in wf
This commit is contained in:
24
.github/workflows/cr.yml
vendored
Normal file
24
.github/workflows/cr.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Description:
|
||||
# - Deepseek code review with GitHub Actions
|
||||
# REF:
|
||||
# - https://github.com/marketplace/actions/checkout
|
||||
|
||||
name: Code Review
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
# fix: GraphQL: Resource not accessible by integration (addComment) error
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
setup-deepseek-review:
|
||||
runs-on: ubuntu-latest
|
||||
name: Code Review
|
||||
steps:
|
||||
- name: Deepseek Code Review
|
||||
uses: hustcer/deepseek-review@develop
|
||||
with:
|
||||
max-length: 10000
|
||||
chat-token: ${{ secrets.CHAT_TOKEN }}
|
||||
Reference in New Issue
Block a user