We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b7034 commit da72c09Copy full SHA for da72c09
.github/workflows/pr-review.yml
@@ -17,13 +17,16 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
+ - name: Pull pull-request-bot action
21
+ run: git clone --depth 1 --branch v2 https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/nventive/pull-request-bot.git .github/actions/pull-request-bot
22
+
23
- name: Set up Python
24
uses: actions/setup-python@v5
25
26
python-version: "3.11"
27
28
- name: Run Pull Request Bot
- uses: nventive/pull-request-bot@v2
- with:
- api-key: ${{ secrets.ANTHROPIC_API_KEY }}
29
- config-path: "./pull-request-bot.json"
+ run: node .github/actions/pull-request-bot/dist/index.js
30
+ env:
31
+ INPUT_API-KEY: ${{ secrets.ANTHROPIC_API_KEY }}
32
+ INPUT_CONFIG-PATH: "./pull-request-bot.json"
0 commit comments