fix deepseek #4
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deepseek Code Review | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened # Triggers when a PR is opened | |
| # fix: GraphQL: Resource not accessible by integration (addComment) error | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| setup-deepseek-review: | |
| timeout-minutes: 30 | |
| runs-on: ubuntu-latest | |
| name: Code Review | |
| steps: | |
| - name: DeepSeek Code Review | |
| uses: hustcer/deepseek-review@v1 | |
| with: | |
| chat-token: ${{ secrets.DEEPSEEK_CHAT_TOKEN }} |