We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bf558 commit 2329ef0Copy full SHA for 2329ef0
1 file changed
.github/workflows/claude-renovate-review.yml
@@ -0,0 +1,29 @@
1
+name: Claude Renovate Review
2
+
3
+permissions: {}
4
5
+on:
6
+ pull_request:
7
+ types:
8
+ - opened
9
+ - edited
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
15
+jobs:
16
+ claude-renovate-review:
17
+ if: github.event.pull_request.user.login == 'renovate[bot]'
18
+ timeout-minutes: 30
19
+ runs-on: ubuntu-latest
20
+ permissions:
21
+ contents: read
22
+ pull-requests: write
23
+ steps:
24
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25
+ with:
26
+ persist-credentials: false
27
+ - uses: koki-develop/claude-renovate-review@cda94ca660ec4eb22dc7808745e6e511b98b6ebc # v1.0.7
28
29
+ claude-code-oauth-token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
0 commit comments