Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/bangd-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ on:
permissions:
contents: read
pull-requests: write
issues: write

jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: NeverENG/BanGD-AI-PR-Review-Tool@02f04948a4abd4dc184cbd9e2056836bc3085cfa
- uses: NeverENG/BanGD-AI-PR-Review-Tool@0103ed848d3dca2b273f1a797cf280b8a563d68a
with:
anthropic_api_key: ${{ secrets.DEEPSEEK }}
github_token: ${{ github.token }}
Expand Down