Skip to content

Commit 8a64727

Browse files
SebKrantzCopilot
andcommitted
No automatic code review.
Co-authored-by: Copilot <copilot@github.com>
1 parent f08c251 commit 8a64727

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
name: Claude Code Review
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize, ready_for_review, reopened]
6-
# Optional: Only run on specific file changes
7-
# paths:
8-
# - "src/**/*.ts"
9-
# - "src/**/*.tsx"
10-
# - "src/**/*.js"
11-
# - "src/**/*.jsx"
4+
workflow_dispatch:
5+
inputs:
6+
pr_number:
7+
description: 'Pull Request number to review'
8+
required: true
9+
default: '1'
10+
# pull_request:
11+
# types: [opened, synchronize, ready_for_review, reopened]
12+
# # Optional: Only run on specific file changes
13+
# # paths:
14+
# # - "src/**/*.ts"
15+
# # - "src/**/*.tsx"
16+
# # - "src/**/*.js"
17+
# # - "src/**/*.jsx"
1218

1319
jobs:
1420
claude-review:

0 commit comments

Comments
 (0)