We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
manki-review/manki
1 parent 0018d6f commit 853d3e3Copy full SHA for 853d3e3
2 files changed
.github/workflows/manki.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
26
- - uses: xdustinface/manki@v4
+ - uses: manki-review/manki@v4
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
.manki.yml
@@ -1,5 +1,5 @@
1
# Manki — AI Code Review Configuration
2
-# https://github.com/xdustinface/manki
+# https://github.com/manki-review/manki
3
4
auto_review: true
5
auto_approve: true
0 commit comments