mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
doc: Polish documents (#57)
This commit is contained in:
5
.github/workflows/cr.yml
vendored
5
.github/workflows/cr.yml
vendored
@@ -6,7 +6,10 @@
|
||||
name: Code Review
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
types:
|
||||
- opened # Triggers when a PR is opened
|
||||
- reopened # Triggers when a PR is reopened
|
||||
- synchronize # Triggers when a commit is pushed to the PR
|
||||
|
||||
# fix: GraphQL: Resource not accessible by integration (addComment) error
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user