Skip to content

Commit cff7889

Browse files
committed
chore: update comment/review workflow job names
1 parent a6eaa30 commit cff7889

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
types: [submitted]
1212

1313
jobs:
14-
comment:
14+
claude:
1515
if: |
1616
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude ') && contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)) ||
1717
(github.event_name == 'issues' && (

.github/workflows/review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [created]
88

99
jobs:
10-
pull-request:
10+
claude:
1111
if: |
1212
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
1313
(github.event_name == 'issue_comment' && github.event.issue.pull_request != null && contains(github.event.comment.body, '@claude/review') && contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association))

0 commit comments

Comments
 (0)