Skip to content

Commit 0bb05c3

Browse files
committed
ci: clarify comment ID label in workflow output
Update the label for comment ID in workflow output to explicitly indicate when it refers to review comments
1 parent 7cc04b4 commit 0bb05c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/claude-translator.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,9 @@ jobs:
9898
- Event: ${{ github.event_name }}
9999
- Issue Number: ${{ github.event.issue.number }}
100100
- Repository: ${{ github.repository }}
101-
- Comment ID: ${{ github.event.comment.id || 'N/A' }}
101+
- (Review) Comment ID: ${{ github.event.comment.id || 'N/A' }}
102102
- Pull Request Number: ${{ github.event.pull_request.number || 'N/A' }}
103103
- Review ID: ${{ github.event.review.id || 'N/A' }}
104-
- Review Comment ID: ${{ github.event.comment.id || 'N/A' }}
105104
106105
107106
使用以下命令获取完整信息:

0 commit comments

Comments
 (0)