We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b7034 commit 509ce15Copy full SHA for 509ce15
1 file changed
.github/workflows/pr-review.yml
@@ -17,13 +17,21 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
+ - name: Checkout pull-request-bot action
21
+ uses: actions/checkout@v4
22
+ with:
23
+ repository: nventive/pull-request-bot
24
+ ref: v2
25
+ token: ${{ secrets.GH_PAT }}
26
+ path: .github/actions/pull-request-bot
27
+
28
- name: Set up Python
29
uses: actions/setup-python@v5
30
31
python-version: "3.11"
32
33
- name: Run Pull Request Bot
- uses: nventive/pull-request-bot@v2
34
+ uses: ./.github/actions/pull-request-bot
35
36
api-key: ${{ secrets.ANTHROPIC_API_KEY }}
37
config-path: "./pull-request-bot.json"
0 commit comments