Skip to content

Commit c8280fc

Browse files
authored
fix: 4b workflow not triggering when copilot submits review
1 parent 16ff271 commit c8280fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/4b-copilot-on-github.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ on:
99
# - edited
1010

1111
# Trigger if Copilot adds a review comment
12-
pull_request_review_comment:
13-
types:
14-
- created
12+
pull_request_review:
1513

1614
permissions:
1715
contents: write

0 commit comments

Comments
 (0)