File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments