We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d57b53 commit f022d06Copy full SHA for f022d06
1 file changed
.github/workflows/claude.yml
@@ -38,7 +38,7 @@ jobs:
38
# Prompt A workaround for claude code action bug of `Fork` PR
39
prompt: |
40
REPO: ${{ github.repository }}
41
- PR NUMBER: ${{ github.event.pull_request.number }}
+ PR NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }}
42
43
Please review this pull request.
44
0 commit comments