Skip to content

Commit 78a97c4

Browse files
committed
chore: Create claude renovate review workflow
1 parent 6bd3eca commit 78a97c4

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
with:
26+
persist-credentials: false
27+
- uses: koki-develop/claude-renovate-review@a20f64e3ea03ffd40a8995f5d9087956e42d5e6c # v1.0.2
28+
with:
29+
claude-code-oauth-token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
30+
allowed-tools: |
31+
WebFetch(domain:github.com)
32+
WebFetch(domain:raw.githubusercontent.com)
33+
WebFetch(domain:www.npmjs.com)

0 commit comments

Comments
 (0)