File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 3535 secrets :
3636 CLAUDE_CODE_OAUTH_TOKEN : ${{ secrets.JOEYORLANDO_CLAUDE_CODE_OAUTH_TOKEN }}
3737
38+ matvey-claude-code :
39+ if : |
40+ (github.event_name == 'issue_comment' && github.event.comment.user.login == 'Matvey-Kuk') ||
41+ (github.event_name == 'pull_request_review_comment' && github.event.comment.user.login == 'Matvey-Kuk') ||
42+ (github.event_name == 'pull_request_review' && github.event.review.user.login == 'Matvey-Kuk')
43+ permissions :
44+ contents : write
45+ pull-requests : write
46+ issues : write
47+ id-token : write
48+ actions : read # Required for Claude to read CI results on PRs
49+ uses : ./.github/workflows/claude-code.yml
50+ secrets :
51+ CLAUDE_CODE_OAUTH_TOKEN : ${{ secrets.MATVEY_CLAUDE_CODE_OAUTH_TOKEN }}
52+
3853 ildar-claude-code :
3954 if : |
4055 (github.event_name == 'issue_comment' && github.event.comment.user.login == 'iskhakov') ||
Original file line number Diff line number Diff line change 3939 secrets :
4040 CLAUDE_CODE_OAUTH_TOKEN : ${{ secrets.JOEYORLANDO_CLAUDE_CODE_OAUTH_TOKEN }}
4141
42+ matvey-claude-pull-requests :
43+ name : Claude Pull Requests for Matvey
44+ if : |
45+ github.event.pull_request.user.login == 'Matvey-Kuk'
46+ permissions :
47+ contents : write
48+ pull-requests : write
49+ issues : write
50+ id-token : write
51+ actions : read # Required for Claude to read CI results on PRs
52+ uses : ./.github/workflows/claude-pull-requests.yml
53+ secrets :
54+ CLAUDE_CODE_OAUTH_TOKEN : ${{ secrets.MATVEY_CLAUDE_CODE_OAUTH_TOKEN }}
55+
4256 ildar-claude-pull-requests :
4357 name : Claude Pull Requests for Ildar
4458 if : |
You can’t perform that action at this time.
0 commit comments