-
Notifications
You must be signed in to change notification settings - Fork 55
35 lines (33 loc) · 857 Bytes
/
claude.yml
File metadata and controls
35 lines (33 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Claude
on:
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
pull_request_review:
types: [submitted]
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
issues:
types: [opened, assigned]
workflow_run:
workflows: [Tests]
types: [completed]
jobs:
claude:
# Caller must grant the union of every permission the callee's jobs ask
# for; reusable workflows can't exceed the caller's ceiling.
permissions:
contents: write
pull-requests: write
issues: write
actions: read
id-token: write
uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@main
secrets:
oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
with:
improvement: true
healing: true
bots: true
comments: true