Skip to content

Commit 2329ef0

Browse files
committed
ci: Create claude-renovate-review workflow
1 parent 69bf558 commit 2329ef0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
29+
claude-code-oauth-token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

0 commit comments

Comments
 (0)